mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
setup: fix setup.py again
This commit is contained in:
parent
c107dd3af1
commit
6c76675fe7
5
setup.py
5
setup.py
@ -22,11 +22,12 @@ long_description = open('README.rst').read()
|
|||||||
class PyTest(TestCommand):
|
class PyTest(TestCommand):
|
||||||
user_options = []
|
user_options = []
|
||||||
def initialize_options(self):
|
def initialize_options(self):
|
||||||
|
TestCommand.initialize_options(self)
|
||||||
self._argv = []
|
self._argv = []
|
||||||
pass
|
|
||||||
|
|
||||||
def finalize_options(self):
|
def finalize_options(self):
|
||||||
pass
|
TestCommand.finalize_options(self)
|
||||||
|
self.test_suite = True
|
||||||
|
|
||||||
def run_tests(self):
|
def run_tests(self):
|
||||||
import pytest
|
import pytest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user