Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python3Packages.markdown: downgrade pytest

test/test_markdown2.py - Failed: 'yield' keyword is allowed in fixtures, but not in tests (test_cases)

+2 -2
+2 -2
pkgs/development/python-modules/markdown2/default.nix
··· 4 4 fetchFromGitHub, 5 5 latex2mathml, 6 6 pygments, 7 - pytestCheckHook, 7 + pytest7CheckHook, 8 8 pythonOlder, 9 9 setuptools, 10 10 wavedrom, ··· 28 28 29 29 pythonImportsCheck = [ "markdown2" ]; 30 30 31 - nativeCheckInputs = [ pytestCheckHook ]; 31 + nativeCheckInputs = [ pytest7CheckHook ]; 32 32 33 33 optional-dependencies = { 34 34 code_syntax_highlighting = [ pygments ];