python313Packages.semver: remove outdated disabledTestPaths

This commit is contained in:
K900
2025-02-03 09:23:58 +03:00
parent 5c3fd0ab9f
commit b81045a421
@@ -38,11 +38,6 @@ buildPythonPackage rec {
pytest-cov-stub
];
disabledTestPaths = [
# Don't test the documentation
"docs/*.rst"
];
pythonImportsCheck = [ "semver" ];
meta = with lib; {