]> arthur.barton.de Git - bup.git/blobdiff - test/ext/conftest.py
Migrate the remaining (standalone) test/ext tests to pytest
[bup.git] / test / ext / conftest.py
index e93d6b05ceef3daf93b42e37da2be890c5022f07..be1b6821f8a6591840c5f5553fc3174a709b8fce 100644 (file)
@@ -65,8 +65,6 @@ class BupSubprocTestFile(pytest.File):
             yield BupSubprocTestRunner('', self)
 
 def pytest_collect_file(parent, path):
-    # Disabled until the upcoming changes that rely on it are in place.
-    return None
     base = path.basename
     if base.startswith('test-') and not base.endswith('~'):
         try: