]> arthur.barton.de Git - bup.git/blobdiff - test/ext/conftest.py
Remove extensions from test command names
[bup.git] / test / ext / conftest.py
index be1b6821f8a6591840c5f5553fc3174a709b8fce..a79d03374f6cdefe60042a58e193aa160d5026d7 100644 (file)
@@ -71,6 +71,6 @@ def pytest_collect_file(parent, path):
             item = BupSubprocTestFile.from_parent(parent, fspath=path)
         except AttributeError:
             item = BupSubprocTestFile(path, parent)
-        if base == 'test-release-archive.sh':
+        if base == 'test-release-archive':
             item.add_marker(pytest.mark.release)
         return item