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:
Martin Weinelt
2026-07-22 16:15:58 +02:00
parent 88cc2017b8
commit 65a1f40569
@@ -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