Unverified Commit bfb2d2f3 authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

python313Packages.colormath2: use pytest7 to fix test execution

parent 043f2b31
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
  setuptools,
  networkx,
  numpy,
  pytestCheckHook,
  pytest7CheckHook,
}:

buildPythonPackage rec {
@@ -27,7 +27,7 @@ buildPythonPackage rec {
    numpy
  ];

  nativeCheckInputs = [ pytestCheckHook ];
  nativeCheckInputs = [ pytest7CheckHook ];

  pythonImportsCheck = [ "colormath2" ];