From 4ed9ffe4ddd430205b3b13d33e4dc198a8ba2fc5 Mon Sep 17 00:00:00 2001 From: Jason Eu Date: Sat, 19 Sep 2020 11:48:20 +0800 Subject: [PATCH] pin circus to v0.17.1 --- .github/workflows/ci-code.yml | 1 - .github/workflows/test-install.yml | 1 - environment.yml | 1 + requirements/requirements-py-3.5.txt | 1 + requirements/requirements-py-3.6.txt | 1 + requirements/requirements-py-3.7.txt | 1 + requirements/requirements-py-3.8.txt | 1 + setup.json | 1 + 8 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-code.yml b/.github/workflows/ci-code.yml index c5e35e3dcb..03c8928d16 100644 --- a/.github/workflows/ci-code.yml +++ b/.github/workflows/ci-code.yml @@ -98,7 +98,6 @@ jobs: run: | pip install --use-feature=2020-resolver -r requirements/requirements-py-${{ matrix.python-version }}.txt pip install --use-feature=2020-resolver --no-deps -e . - pip install --use-feature=2020-resolver --upgrade git+https://github.com/unkcpz/circus.git@fix/quit-wait reentry scan pip freeze diff --git a/.github/workflows/test-install.yml b/.github/workflows/test-install.yml index 0cd28bd284..b1d2603af7 100644 --- a/.github/workflows/test-install.yml +++ b/.github/workflows/test-install.yml @@ -160,7 +160,6 @@ jobs: - name: Install aiida-core run: | pip install -e .[atomic_tools,docs,notebook,rest,tests] - pip install --upgrade git+https://github.com/unkcpz/circus.git@fix/quit-wait reentry scan - run: pip freeze diff --git a/environment.yml b/environment.yml index 9fad5d511a..8fdfd2b6a0 100644 --- a/environment.yml +++ b/environment.yml @@ -13,6 +13,7 @@ dependencies: - click-config-file~=0.6.0 - click-spinner~=0.1.8 - click~=7.0 +- circus~=0.17.1 - django~=2.2 - ete3~=3.1 - python-graphviz~=0.13 diff --git a/requirements/requirements-py-3.5.txt b/requirements/requirements-py-3.5.txt index 68f51bf15c..8e4e4d0d7e 100644 --- a/requirements/requirements-py-3.5.txt +++ b/requirements/requirements-py-3.5.txt @@ -17,6 +17,7 @@ Click==7.0 click-completion==0.5.2 click-config-file==0.6.0 click-spinner==0.1.8 +circus==0.17.1 configobj==5.0.6 coverage==4.5.4 cryptography==2.8 diff --git a/requirements/requirements-py-3.6.txt b/requirements/requirements-py-3.6.txt index 7541ed6118..e212eda25c 100644 --- a/requirements/requirements-py-3.6.txt +++ b/requirements/requirements-py-3.6.txt @@ -17,6 +17,7 @@ Click==7.0 click-completion==0.5.2 click-config-file==0.6.0 click-spinner==0.1.8 +circus==0.17.1 configobj==5.0.6 coverage==4.5.4 cryptography==2.8 diff --git a/requirements/requirements-py-3.7.txt b/requirements/requirements-py-3.7.txt index fc2c4173a6..be30d741db 100644 --- a/requirements/requirements-py-3.7.txt +++ b/requirements/requirements-py-3.7.txt @@ -17,6 +17,7 @@ Click==7.0 click-completion==0.5.2 click-config-file==0.6.0 click-spinner==0.1.8 +circus==0.17.1 configobj==5.0.6 coverage==4.5.4 cryptography==2.8 diff --git a/requirements/requirements-py-3.8.txt b/requirements/requirements-py-3.8.txt index a7e9f45753..e83b20b04f 100644 --- a/requirements/requirements-py-3.8.txt +++ b/requirements/requirements-py-3.8.txt @@ -17,6 +17,7 @@ Click==7.0 click-completion==0.5.2 click-config-file==0.6.0 click-spinner==0.1.8 +circus==0.17.1 configobj==5.0.6 coverage==4.5.4 cryptography==2.8 diff --git a/setup.json b/setup.json index dfe33cfb45..a710a1d3c1 100644 --- a/setup.json +++ b/setup.json @@ -28,6 +28,7 @@ "click-config-file~=0.6.0", "click-spinner~=0.1.8", "click~=7.0", + "circus~=0.17.1", "django~=2.2", "ete3~=3.1", "graphviz~=0.13",