Skip to content

Commit

Permalink
block py.test 3.9.1
Browse files Browse the repository at this point in the history
references:

pytest-dev/pytest#4181

Change-Id: I216fde19dd0f5c4910d76c08400f2329b09ad584
(cherry picked from commit b4d42a8)
  • Loading branch information
zzzeek committed Oct 17, 2018
1 parent 799be9a commit 8a083dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def run_setup(with_cext):
package_dir={'': 'lib'},
license="MIT License",
cmdclass=cmdclass,
tests_require=['pytest >= 2.5.2', 'mock', 'pytest-xdist'],
tests_require=['pytest>=2.5.2,!=3.9.1', 'mock', 'pytest-xdist'],
long_description=readme,
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand All @@ -157,7 +157,7 @@ def run_setup(with_cext):
'mysql': ['mysqlclient'],
'pymysql': ['pymysql'],
'postgresql': ['psycopg2'],
'postgresql_psycopg2binary': ['psycopg2-binary'],
'postgresql_psycopg2binary': ['psycopg2-binary'],
'postgresql_pg8000': ['pg8000'],
'postgresql_psycopg2cffi': ['psycopg2cffi'],
'oracle': ['cx_oracle'],
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cov_args=--cov=sqlalchemy --cov-report term --cov-append --cov-report xml --excl
usedevelop=
cov: True

deps=pytest
deps=pytest!=3.9.1
pytest-xdist
mock
# needed only for correct profiling results
Expand Down

0 comments on commit 8a083dc

Please sign in to comment.