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:
25
25
fi
26
26
build :
27
27
commands :
28
- - tox -e park
29
28
- tox -e release
30
29
31
30
batch :
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ phases:
25
25
fi
26
26
build :
27
27
commands :
28
- - tox -e park
29
28
- tox -e test-release
30
29
31
30
Original file line number Diff line number Diff line change @@ -307,14 +307,6 @@ commands =
307
307
{[testenv:pylint-tests]commands}
308
308
309
309
# 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
-
318
310
[testenv:build]
319
311
basepython = python3
320
312
skip_install = true
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -180,12 +180,6 @@ commands =
180
180
{[testenv:bandit]commands}
181
181
182
182
# 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
-
189
183
[testenv:build]
190
184
basepython = python3
191
185
skip_install = true
Original file line number Diff line number Diff line change @@ -251,12 +251,6 @@ commands =
251
251
{[testenv:pylint-tests]commands}
252
252
253
253
# 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
-
260
254
[testenv:build]
261
255
basepython = python3
262
256
skip_install = true
Original file line number Diff line number Diff line change @@ -337,12 +337,6 @@ commands =
337
337
python -m http.server {posargs}
338
338
339
339
# 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
-
346
340
[testenv:build]
347
341
basepython = python3
348
342
skip_install = true
You can’t perform that action at this time.
0 commit comments