From 030a7021910360d3774539e8712b68fbed267a0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Thu, 19 Mar 2026 22:14:53 -0700 Subject: [PATCH] python312Packages.pymatgen: remove superfluous optional-dependencies --- .../python-modules/pymatgen/default.nix | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/pkgs/development/python-modules/pymatgen/default.nix b/pkgs/development/python-modules/pymatgen/default.nix index 09d7227c6f6c..a8aacff33e8d 100644 --- a/pkgs/development/python-modules/pymatgen/default.nix +++ b/pkgs/development/python-modules/pymatgen/default.nix @@ -36,11 +36,6 @@ # optional-dependencies netcdf4, ase, - pytest, - pytest-cov, - invoke, - sphinx, - sphinx-rtd-theme, numba, vtk, @@ -97,17 +92,6 @@ buildPythonPackage rec { optional-dependencies = { abinit = [ netcdf4 ]; ase = [ ase ]; - ci = [ - pytest - pytest-cov - # pytest-split - ]; - docs = [ - invoke - sphinx - # sphinx_markdown_builder - sphinx-rtd-theme - ]; electronic_structure = [ # fdint ];