Skip to content

Commit 989a8e4

Browse files
andreaguarinoguillaume-dequenne
authored andcommitted
Revert "Execute typeshed serializer unit tests during CI (#1076)"
This reverts commit 783524b.
1 parent cee57f2 commit 989a8e4

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.cirrus.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ build_task:
8282
build_script:
8383
- git submodule update --init
8484
- source cirrus-env BUILD
85-
- mvn -f python-frontend/pom.xml protobuf:compile-python@generate-protobuf-python-sources
86-
- tox -c python-frontend/typeshed_serializer/tox.ini -e test
8785
- regular_mvn_build_deploy_analyze
8886
- ./check-license-compliance.sh
8987
cleanup_before_cache_script: cleanup_maven_repository

python-frontend/typeshed_serializer/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
envlist = py39, serialize
33
skipsdist = True
44

5-
[testenv:test]
5+
[testenv]
66
deps = -rrequirements.txt
77
commands = python -m pytest --cov=serializer --cov-report xml:cov.xml --ignore=resources
88

0 commit comments

Comments
 (0)