mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 04:13:01 +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
|
{ lib
|
||||||
, antlr4
|
, antlr4
|
||||||
, antlr4-python3-runtime
|
, antlr4-python3-runtime
|
||||||
|
, attrs
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, setuptools
|
, setuptools
|
||||||
@ -55,6 +56,7 @@ buildPythonPackage rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
nativeCheckInputs = [
|
nativeCheckInputs = [
|
||||||
|
attrs
|
||||||
pydevd
|
pydevd
|
||||||
pytest-mock
|
pytest-mock
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
|
Loading…
Reference in New Issue
Block a user