Merge pull request #175014 from SuperSandro2000/xmlsec

python310Packages.xmlsec: fix comment position
This commit is contained in:
Sandro 2022-05-28 00:12:30 +02:00 committed by GitHub
commit 4098f21de1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,17 +34,16 @@ buildPythonPackage rec {
propagatedBuildInputs = [ lxml ];
# Full git clone required for test_doc_examples
checkInputs = [ pytestCheckHook hypothesis ];
disabledTestPaths = [
# Full git clone required for test_doc_examples
"tests/test_doc_examples.py"
# test_reinitialize_module segfaults python
# https://github.com/mehcode/python-xmlsec/issues/203
"tests/test_xmlsec.py"
];
pythonImportsCheck = [ "xmlsec" ];
meta = with lib; {