File tree Expand file tree Collapse file tree 7 files changed +0
-58
lines changed Expand file tree Collapse file tree 7 files changed +0
-58
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ phases:
2525 fi
2626 build :
2727 commands :
28- - tox -e park
2928 - tox -e release
3029
3130batch :
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ phases:
2525 fi
2626 build :
2727 commands :
28- - tox -e park
2928 - tox -e test-release
3029
3130
Original file line number Diff line number Diff line change @@ -307,14 +307,6 @@ commands =
307307 {[testenv:pylint-tests]commands}
308308
309309# Release tooling
310- [testenv:park]
311- basepython = python3
312- skip_install = true
313- deps =
314- pypi-parker
315- setuptools
316- commands = python setup.py park
317-
318310[testenv:build]
319311basepython = python3
320312skip_install = true
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -180,12 +180,6 @@ commands =
180180 {[testenv:bandit]commands}
181181
182182# Release tooling
183- [testenv:park]
184- basepython = python3
185- skip_install = true
186- deps = -r../dev_requirements/release-requirements.txt
187- commands = python setup.py park
188-
189183[testenv:build]
190184basepython = python3
191185skip_install = true
Original file line number Diff line number Diff line change @@ -251,12 +251,6 @@ commands =
251251 {[testenv:pylint-tests]commands}
252252
253253# Release tooling
254- [testenv:park]
255- basepython = python3
256- skip_install = true
257- deps = -r../dev_requirements/release-requirements.txt
258- commands = python setup.py park
259-
260254[testenv:build]
261255basepython = python3
262256skip_install = true
Original file line number Diff line number Diff line change @@ -337,12 +337,6 @@ commands =
337337 python -m http.server {posargs}
338338
339339# Release tooling
340- [testenv:park]
341- basepython = python3
342- skip_install = true
343- deps = -rdev_requirements/release-requirements.txt
344- commands = python setup.py park
345-
346340[testenv:build]
347341basepython = python3
348342skip_install = true
You can’t perform that action at this time.
0 commit comments