File tree 3 files changed +4
-7
lines changed
3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ metasmoke:
101
101
# in requirements/pins.pip, and search for "windows" in .in files to find pins
102
102
# and extra requirements that have been needed, but might be obsolete.
103
103
104
- .PHONY : upgrade upgrade_one _upgrade doc_upgrade diff_upgrade
104
+ .PHONY : upgrade upgrade_one _upgrade diff_upgrade
105
105
106
106
DOCBIN = .tox/doc/bin
107
107
@@ -123,10 +123,7 @@ _upgrade:
123
123
$(PIP_COMPILE ) -o requirements/dev.pip requirements/dev.in
124
124
$(PIP_COMPILE ) -o requirements/light-threads.pip requirements/light-threads.in
125
125
$(PIP_COMPILE ) -o requirements/mypy.pip requirements/mypy.in
126
-
127
- doc_upgrade : export UV_CUSTOM_COMPILE_COMMAND=make doc_upgrade
128
- doc_upgrade : $(DOCBIN ) # # Update the doc/requirements.pip file
129
- $(PIP_COMPILE ) -p $(DOCBIN ) /python3 --upgrade -o doc/requirements.pip doc/requirements.in
126
+ $(PIP_COMPILE ) -p $(DOCBIN ) /python3 -o doc/requirements.pip doc/requirements.in
130
127
131
128
diff_upgrade : # # Summarize the last `make upgrade`
132
129
@# The sort flags sort by the package name first, then by the -/+, and
Original file line number Diff line number Diff line change 2
2
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
3
3
4
4
# PyPI requirements input for building documentation for coverage.py
5
- # "make doc_upgrade " turns this into doc/requirements.pip
5
+ # "make upgrade " turns this into doc/requirements.pip
6
6
7
7
-c ../requirements/pins.pip
8
8
Original file line number Diff line number Diff line change 1
1
# This file was autogenerated by uv via the following command:
2
- # make doc_upgrade
2
+ # make upgrade
3
3
alabaster==1.0.0
4
4
# via sphinx
5
5
anyio==4.9.0
You can’t perform that action at this time.
0 commit comments