Skip to content

Commit e8ec653

Browse files
committed
skip stub generation test on windows
Signed-off-by: oleg.hoefling <[email protected]>
1 parent 20be576 commit e8ec653

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.appveyor.yml

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ build_script:
4444
test: off
4545
test_script:
4646
- pip install -r requirements-test.txt
47-
- pip install black # for stub generation tests
4847
- pip install xmlsec --only-binary=xmlsec --no-index --find-links=dist
4948
- pytest -v --color=yes --junitxml=unittests.xml
5049
- ps: Get-ChildItem dist\*.whl | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }

0 commit comments

Comments
 (0)