summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 8e7e62829..f682081df 100644
--- a/setup.py
+++ b/setup.py
@@ -119,8 +119,8 @@ def run_setup(with_cext):
package_dir={'': 'lib'},
license="MIT License",
cmdclass=cmdclass,
- tests_require=['nose >= 0.11', 'mock'],
- test_suite="sqla_nose",
+ tests_require=['pytest >= 2.5.2', 'mock'],
+ test_suite="pytest.main",
long_description=readme,
classifiers=[
"Development Status :: 5 - Production/Stable",