Skip to content

Commit c071ebd

Browse files
committed
remove dependency on zope.testrunner and configure to nstall pytest/coverage
1 parent ccb2e2c commit c071ebd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
To update your makefile use `mxmake update` in the folder with your `Makefile`.
1111
- Fix: theme for newer Sphinx 7.x.
1212
- Fix: interactive uv venv, use --allow-existing instead.
13+
- Fix: The project was using pytest as the test runner all along (as configured in the Makefile and generated test scripts), but zope.testrunner was incorrectly listed as the dependency.
1314
- Feature: Add support for Python 3.14.
1415
- Breaking: Removed `MXENV_UV_GLOBAL` setting in favor of automatic UV detection.
1516
When `PYTHON_PACKAGE_INSTALLER=uv`, mxmake now automatically detects and uses

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ docs = [
5353
"Sphinx>=7.2",
5454
"sphinxcontrib-mermaid",
5555
]
56-
test = ["zope.testrunner"]
56+
test = ["pytest", "coverage[toml]"]
5757

5858
[project.urls]
5959
Homepage = "https://github.com/mxstack/mxmake"

0 commit comments

Comments
 (0)