From fbe761d96f6b23c6755731a582d6d61321bbab84 Mon Sep 17 00:00:00 2001 From: Alexander Kreft <akreft@trineo.org> Date: Tue, 5 Oct 2021 12:16:28 +0200 Subject: [PATCH] DRAFT: test pipline --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 197f09a6..e5df81bc 100755 --- a/setup.py +++ b/setup.py @@ -158,10 +158,10 @@ def setup_package(): python_requires='>=3.6', package_dir={'': 'src'}, install_requires=['lxml>=3.6.4', - 'PyYaml>=3.12', 'future', 'PySocks>=1.6.7', "jsonschema"], + 'PyYaml>=3.12', 'future', 'PySocks>=1.6.7', "jsonschema==3.2.0"], extras_require={'keyring': ['keyring>=13.0.0']}, setup_requires=["pytest-runner>=2.0,<3dev"], - tests_require=["pytest", "pytest-cov", "coverage>=4.4.2", "jsonschema"], + tests_require=["pytest", "pytest-cov", "coverage>=4.4.2", "jsonschema==3.2.0"], package_data={ 'caosdb': ['cert/indiscale.ca.crt', 'schema-pycaosdb-ini.yml'], }, -- GitLab