python3Packages.markdown: downgrade pytest

test/test_markdown2.py - Failed: 'yield' keyword is allowed in fixtures, but not in tests (test_cases)
This commit is contained in:
Martin Weinelt
2025-08-07 15:58:58 +02:00
parent 3ce231e9e3
commit efa2eef771
@@ -4,7 +4,7 @@
fetchFromGitHub,
latex2mathml,
pygments,
pytestCheckHook,
pytest7CheckHook,
pythonOlder,
setuptools,
wavedrom,
@@ -28,7 +28,7 @@ buildPythonPackage rec {
pythonImportsCheck = [ "markdown2" ];
nativeCheckInputs = [ pytestCheckHook ];
nativeCheckInputs = [ pytest7CheckHook ];
optional-dependencies = {
code_syntax_highlighting = [ pygments ];