Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit087b0c8

Browse files
committed
Support only Python 3+ for running tests
1 parent7bb3c33 commit087b0c8

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ CREATE EXTENSION pg_query_state;
3232
Done!
3333

3434
##Tests
35-
Test using parallel sessions with Python2.7/3+ compatible script:
35+
Test using parallel sessions with Python 3+ compatible script:
3636
```shell
3737
python tests/pg_qs_test_runner.py [OPTION]...
3838
```

‎tests/pg_qs_test_runner.py‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
Tests extract query state from running backend (including concurrent extracts)
44
Copyright (c) 2016-2016, Postgres Professional
55
'''
6-
from __future__importprint_function,division,absolute_import
76

87
importos
98
importsys

‎tests/test_cases.py‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from __future__importprint_function,division,absolute_import
2-
31
importos
42
importjson
53
importpsycopg2

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp