mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 16:54:51 +02:00
Do not run tests on Windows (temporarily)
This commit is contained in:
parent
734365b216
commit
4357410b10
6
.github/workflows/testing.yml
vendored
6
.github/workflows/testing.yml
vendored
@ -19,10 +19,10 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
os: ["ubuntu-latest"]
|
os: ["ubuntu-latest"]
|
||||||
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
|
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
|
||||||
include:
|
#include:
|
||||||
# only test with Python 3.10 on Windows
|
# only test with Python 3.10 on Windows
|
||||||
- os: windows-latest
|
# - os: windows-latest
|
||||||
python-version: "3.10"
|
# python-version: "3.10"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
22
appveyor.yml
22
appveyor.yml
@ -1,22 +0,0 @@
|
|||||||
version: '{build}-{branch}'
|
|
||||||
|
|
||||||
image: Visual Studio 2022
|
|
||||||
|
|
||||||
platform: x64
|
|
||||||
|
|
||||||
environment:
|
|
||||||
PYTHON: "C:\\Python38-x64"
|
|
||||||
DISTUTILS_USE_SDK: "1"
|
|
||||||
API_TOKEN:
|
|
||||||
secure: VEKn4bYH3QO0ixtQW5ni4Enmn8cS1NlZV246ludBDgQ=
|
|
||||||
|
|
||||||
install:
|
|
||||||
- cinst nmap
|
|
||||||
- "%PYTHON%\\python.exe -m pip install -U pip setuptools" # upgrade pip & setuptools first
|
|
||||||
- "%PYTHON%\\python.exe -m pip install -r dev-requirements.txt"
|
|
||||||
- "%PYTHON%\\python.exe -m pip install -r win-requirements.txt"
|
|
||||||
|
|
||||||
build: off
|
|
||||||
|
|
||||||
test_script:
|
|
||||||
- "%PYTHON%\\python.exe -m pytest -v"
|
|
Loading…
Reference in New Issue
Block a user