python311Packages.omegaconf: add attrs to check deps

ImportError while loading conftest '/build/source/tests/conftest.py'.
tests/__init__.py:6: in <module>
    import attr
E   ModuleNotFoundError: No module named 'attr'
This commit is contained in:
Martin Weinelt 2023-12-17 22:40:25 +01:00
parent d8c4066ba9
commit 2e7c859d25
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -1,6 +1,7 @@
{ lib
, antlr4
, antlr4-python3-runtime
, attrs
, buildPythonPackage
, fetchFromGitHub
, setuptools
@ -55,6 +56,7 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
attrs
pydevd
pytest-mock
pytestCheckHook