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-20 20:46:35 +01:00
parent d8c4066ba9
commit 2e7c859d25
@@ -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