Skip to content

Commit d488b5e

Browse files
authored
Merge pull request #965 from moreati/evict-simplejson
Remove vendored mitogen.compat.simplejson
2 parents a47b9f3 + 8151577 commit d488b5e

File tree

14 files changed

+21
-1252
lines changed

14 files changed

+21
-1252
lines changed

.ci/azure-pipelines-steps.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# Each step entry runs a task (Azure Pipelines analog of an Ansible module).
2+
# https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/?view=azure-pipelines&viewFallbackFrom=azure-devops#tool
3+
4+
# `{script: ...}` is shorthand for `{task: CmdLine@<mumble>, inputs: {script: ...}}`.
5+
# https://learn.microsoft.com/en-us/azure/devops/pipelines/yaml-schema/steps-script?view=azure-pipelines
6+
# https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/cmd-line-v2?view=azure-pipelines
7+
18
steps:
29
- task: UsePythonVersion@0
310
displayName: Install python
@@ -11,7 +18,7 @@ steps:
1118
displayName: Install build deps
1219
condition: and(eq(variables['python.version'], ''), eq(variables['Agent.OS'], 'Linux'))
1320

14-
- script: python -mpip install tox
21+
- script: python -mpip install "tox<4.0"
1522
displayName: Install tooling
1623

1724
- script: python -mtox -e "$(tox.env)"

ansible_mitogen/compat/simplejson/__init__.py

Lines changed: 0 additions & 318 deletions
This file was deleted.

0 commit comments

Comments
 (0)