8000 Support only Python 3+ for running tests · postgrespro/pg_query_state@087b0c8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 087b0c8

Browse files
committed
Support only Python 3+ for running tests
1 parent 7bb3c33 commit 087b0c8

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 Python 2.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__ import print_function, division, absolute_import
76

87
import os
98
import sys

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__ import print_function, division, absolute_import
2-
31
import os
42
import json
53
import psycopg2

0 commit comments

Comments
 (0)
0