Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Timo Ley
synapse
Commits
9a3f1f53
Unverified
Commit
9a3f1f53
authored
2 years ago
by
David Robertson
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Nuke the tox `packaging` job (#12334)
parent
f96b85ec
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.github/workflows/tests.yml
+0
-1
0 additions, 1 deletion
.github/workflows/tests.yml
changelog.d/12334.misc
+1
-0
1 addition, 0 deletions
changelog.d/12334.misc
tox.ini
+1
-9
1 addition, 9 deletions
tox.ini
with
2 additions
and
10 deletions
.github/workflows/tests.yml
+
0
−
1
View file @
9a3f1f53
...
...
@@ -27,7 +27,6 @@ jobs:
-
"
check_codestyle"
-
"
check_isort"
-
"
mypy"
-
"
packaging"
steps
:
-
uses
:
actions/checkout@v2
...
...
This diff is collapsed.
Click to expand it.
changelog.d/12334.misc
0 → 100644
+
1
−
0
View file @
9a3f1f53
Remove the `tox` packaging job: it will be redundant once #11537 lands.
This diff is collapsed.
Click to expand it.
tox.ini
+
1
−
9
View file @
9a3f1f53
[tox]
envlist
=
packaging,
py37, py38, py39, py310, check_codestyle, check_isort
envlist
=
py37, py38, py39, py310, check_codestyle, check_isort
# we require tox>=2.3.2 for the fix to https://github.com/tox-dev/tox/issues/208
minversion
=
2.3.2
...
...
@@ -138,14 +138,6 @@ setenv =
commands
=
python
-m
synmark
{posargs:}
[testenv:packaging]
skip_install
=
true
usedevelop
=
false
deps
=
check-manifest
commands
=
check-manifest
[testenv:check_codestyle]
extras
=
lint
commands
=
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment