diff --git a/setup.cfg b/setup.cfg
index 9af7e6f..50a6c9c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,2 +1,2 @@
 [aliases]
-test=pytest
\ No newline at end of file
+#test=pytest
diff --git a/setup.py b/setup.py
index 9adae76..fed4e27 100644
--- a/setup.py
+++ b/setup.py
@@ -127,7 +127,7 @@ setup(
     
     ext_modules=extensions,
 
-    setup_requires=['pytest-runner'],
-    tests_require=['pytest', 'numpy'],
+    #setup_requires=['pytest-runner'],
+    tests_require=['numpy'],
     test_suite='tests',
 )
