Unverified Commit 2025202a authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.pytest-spec: update changelog entry

parent b0cc7203
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ buildPythonPackage rec {
  pythonImportsCheck = [ "pytest_spec" ];

  meta = {
    changelog = "https://github.com/pchomik/pytest-spec/blob/${src.rev}/CHANGES.txt";
    changelog = "https://github.com/pchomik/pytest-spec/blob/${src.tag}/CHANGES.txt";
    description = "Pytest plugin to display test execution output like a SPECIFICATION";
    homepage = "https://github.com/pchomik/pytest-spec";
    license = lib.licenses.gpl2Plus;