python3Packages.simple-parsing: remove wrong orion test dep
The orion removed is a GTK2 theme, while the intent was probably to reference https://pypi.org/project/orion/. But the tests run fine without that.
This commit is contained in:
@@ -20,7 +20,6 @@
|
||||
# tests
|
||||
matplotlib,
|
||||
numpy,
|
||||
orion,
|
||||
pytest-benchmark,
|
||||
pytest-regressions,
|
||||
pytestCheckHook,
|
||||
@@ -61,7 +60,6 @@ buildPythonPackage (finalAttrs: {
|
||||
nativeCheckInputs = [
|
||||
matplotlib
|
||||
numpy
|
||||
orion
|
||||
pytest-benchmark
|
||||
pytest-regressions
|
||||
pytestCheckHook
|
||||
|
||||
Reference in New Issue
Block a user