python3Packages.pyee: fix tests

This commit is contained in:
Martin Weinelt
2026-02-01 17:40:55 +01:00
parent ce140c713f
commit 13508c232b
@@ -23,6 +23,11 @@ buildPythonPackage rec {
hash = "sha256-s5HjxaQ00fURiiVhUAHbyPZpz0EKtn0ExNTgfFVIHDc=";
};
postPatch = ''
# specifies a string for addopts, but must be a list since pytest9
sed -i '/addopts/d' pyproject.toml
'';
nativeBuildInputs = [
setuptools
setuptools-scm