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:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user