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",
'mysql': ['mysqlclient'],
'pymysql': ['pymysql'],
'postgresql': ['psycopg2'],
- 'postgresql_psycopg2binary': ['psycopg2-binary'],
+ 'postgresql_psycopg2binary': ['psycopg2-binary'],
'postgresql_pg8000': ['pg8000'],
'postgresql_psycopg2cffi': ['psycopg2cffi'],
'oracle': ['cx_oracle'],