Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git head : Error running test_dnssecalgs #1043

Closed
gene-git opened this issue Feb 9, 2024 · 2 comments
Closed

git head : Error running test_dnssecalgs #1043

gene-git opened this issue Feb 9, 2024 · 2 comments
Labels

Comments

@gene-git
Copy link

gene-git commented Feb 9, 2024

1 test failure as of git master commit 86dede4

$ pytest test_dnssecalgs.py
=============================================== test session starts ===============================================
platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.4.0
rootdir: .../dnspython/tests
plugins: anyio-4.2.0, jaraco.test-5.3.0, virtualenv-1.7.0, sphinx_pytest-0.1.1, flake8-1.1.1, shutil-1.7.0, cov-4.1.0
collected 0 items / 1 error

===================================================== ERRORS ======================================================
_______________________________________ ERROR collecting test_dnssecalgs.py _______________________________________
test_dnssecalgs.py:27: in <module>
    from dns.dnssecalgs import (
../dns/dnssecalgs/__init__.py:28: in <module>
    algorithms: Dict[Tuple[Algorithm, AlgorithmPrefix], Type[GenericPrivateKey]] = {}
E   NameError: name 'GenericPrivateKey' is not defined
============================================= short test summary info =============================================
ERROR test_dnssecalgs.py - NameError: name 'GenericPrivateKey' is not defined
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
================================================ 1 error in 0.07s =================================================
@rthalley rthalley added the Bug label Feb 9, 2024
rthalley added a commit that referenced this issue Feb 9, 2024
@rthalley
Copy link
Owner

rthalley commented Feb 9, 2024

I have fixed this, thanks!

@rthalley rthalley closed this as completed Feb 9, 2024
@gene-git
Copy link
Author

gene-git commented Feb 9, 2024

Thanks - confirm is fine now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants