python312Packages.avro: test with pytest7

Temporarily downgrade pytest, since subclassing unittest.TestCase isn't
working out here.
This commit is contained in:
Martin Weinelt
2024-06-24 12:18:24 +02:00
parent 73699d1d0c
commit 269d100b1d
@@ -5,7 +5,7 @@
setuptools,
fetchPypi,
typing-extensions,
pytestCheckHook,
pytest7CheckHook,
}:
buildPythonPackage rec {
@@ -30,7 +30,7 @@ buildPythonPackage rec {
nativeBuildInputs = [ setuptools ];
nativeCheckInputs = [ pytestCheckHook ];
nativeCheckInputs = [ pytest7CheckHook ];
disabledTests = [
# Requires network access