python312Packages.agate: replace nose with pytests
This commit is contained in:
@@ -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; {
|
||||
|
||||
Reference in New Issue
Block a user