Skip to content

Commit 8a083dc

Browse files
committed
block py.test 3.9.1
references: pytest-dev/pytest#4181 Change-Id: I216fde19dd0f5c4910d76c08400f2329b09ad584 (cherry picked from commit b4d42a8)
1 parent 799be9a commit 8a083dc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def run_setup(with_cext):
139139
package_dir={'': 'lib'},
140140
license="MIT License",
141141
cmdclass=cmdclass,
142-
tests_require=['pytest >= 2.5.2', 'mock', 'pytest-xdist'],
142+
tests_require=['pytest>=2.5.2,!=3.9.1', 'mock', 'pytest-xdist'],
143143
long_description=readme,
144144
classifiers=[
145145
"Development Status :: 5 - Production/Stable",
@@ -157,7 +157,7 @@ def run_setup(with_cext):
157157
'mysql': ['mysqlclient'],
158158
'pymysql': ['pymysql'],
159159
'postgresql': ['psycopg2'],
160-
'postgresql_psycopg2binary': ['psycopg2-binary'],
160+
'postgresql_psycopg2binary': ['psycopg2-binary'],
161161
'postgresql_pg8000': ['pg8000'],
162162
'postgresql_psycopg2cffi': ['psycopg2cffi'],
163163
'oracle': ['cx_oracle'],

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cov_args=--cov=sqlalchemy --cov-report term --cov-append --cov-report xml --excl
1313
usedevelop=
1414
cov: True
1515

16-
deps=pytest
16+
deps=pytest!=3.9.1
1717
pytest-xdist
1818
mock
1919
# needed only for correct profiling results

0 commit comments

Comments
 (0)