python312Packages.agate: replace nose with pytests

This commit is contained in:
Martin Weinelt
2024-07-09 00:51:52 +02:00
parent 8ec1f158a7
commit 7e97b878e8
@@ -10,7 +10,7 @@
lxml,
parsedatetime,
pyicu,
pynose,
pytestCheckHook,
python-slugify,
pythonOlder,
pytimeparse,
@@ -47,15 +47,11 @@ buildPythonPackage rec {
cssselect
glibcLocales
lxml
pynose
pyicu
pytestCheckHook
pytz
];
checkPhase = ''
LC_ALL="en_US.UTF-8" nosetests tests
'';
pythonImportsCheck = [ "agate" ];
meta = with lib; {