You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@
10
10
To update your makefile use `mxmake update` in the folder with your `Makefile`.
11
11
- Fix: theme for newer Sphinx 7.x.
12
12
- 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.
13
14
- Feature: Add support for Python 3.14.
14
15
- Breaking: Removed `MXENV_UV_GLOBAL` setting in favor of automatic UV detection.
15
16
When `PYTHON_PACKAGE_INSTALLER=uv`, mxmake now automatically detects and uses
0 commit comments