python312Packages.avro: test with pytest7
Temporarily downgrade pytest, since subclassing unittest.TestCase isn't working out here.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user