Browse Source

fix: Remove test section in setup.py

Cristian 5 years ago
parent
commit
4302ae4caa
1 changed files with 1 additions and 3 deletions
  1. 1 3
      setup.py

+ 1 - 3
setup.py

@@ -64,10 +64,8 @@ setuptools.setup(
             "sphinx",
             "sphinx",
             "sphinx-rtd-theme",
             "sphinx-rtd-theme",
             "recommonmark",
             "recommonmark",
+            "pytest",
         ],
         ],
-        "test": [
-            "pytest"
-        ]
         # 'redis': ['redis', 'django-redis'],
         # 'redis': ['redis', 'django-redis'],
         # 'pywb': ['pywb', 'redis'],
         # 'pywb': ['pywb', 'redis'],
     },
     },