mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 03:43:06 +00:00
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:
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
|
||||
|
Loading…
Reference in New Issue
Block a user