diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2018-10-17 11:49:47 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2018-10-17 11:49:47 -0400 |
| commit | b4d42a84e22652c16b914a2f76421718be913027 (patch) | |
| tree | 9f2b117a90b8086667c65e77d88619d131da410f /setup.py | |
| parent | c5e888a3ddb5019cdbc537f9706de537aa7b92e0 (diff) | |
| download | sqlalchemy-b4d42a84e22652c16b914a2f76421718be913027.tar.gz | |
block py.test 3.9.1
references:
https://github.com/pytest-dev/pytest/issues/4181
Change-Id: I216fde19dd0f5c4910d76c08400f2329b09ad584
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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, python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", classifiers=[ @@ -164,7 +164,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'], |
