From 1514c3da536b0f2992e9be5be9ee2e99b183376d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20R=C3=BC=C3=9Fmann?= Date: Thu, 21 Jul 2022 14:13:57 +0000 Subject: [PATCH] Remove aiida-testing dependency from testing extras Otherwise upload tp pypi fails --- .bumpversion.cfg | 2 +- .github/workflows/cd.yml | 1 + .github/workflows/ci.yml | 1 + aiida_kkr/__init__.py | 2 +- pyproject.toml | 2 +- setup.json | 5 ++--- 6 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 671429a7..fe919037 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.11.post0 +current_version = 1.1.11.post1 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+))? diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 2bde341f..e7237b84 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -149,6 +149,7 @@ jobs: - name: Install aiida-kkr run: | pip install ${{ matrix.aiida.version }} ${{ matrix.masci-tools.version }} + pip install git+https://github.com/JuDFTteam/aiida-testing.git@4ddb0e48a8a720e8fca5f8d09576c5aff8c36dbf pip install .[testing] pip install reentry reentry scan diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2b86cd5..66318f3e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -153,6 +153,7 @@ jobs: - name: Install aiida-kkr run: | pip install ${{ matrix.aiida.version }} ${{ matrix.masci-tools.version }} + pip install git+https://github.com/JuDFTteam/aiida-testing.git@4ddb0e48a8a720e8fca5f8d09576c5aff8c36dbf pip install .[testing] pip install reentry reentry scan diff --git a/aiida_kkr/__init__.py b/aiida_kkr/__init__.py index 50f710ee..ad22783a 100644 --- a/aiida_kkr/__init__.py +++ b/aiida_kkr/__init__.py @@ -2,4 +2,4 @@ AiiDA KKR """ -__version__ = '1.1.11.post0' +__version__ = '1.1.11.post1' diff --git a/pyproject.toml b/pyproject.toml index 03d2ce5a..2c814b26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"] [tool.poetry] name = "aiida-kkr" -version = "1.1.11.post0" +version = "1.1.11.post1" description = "AiiDA plugin for the KKR code" authors = ["Philipp Rüssmann ", "Jens Bröder ", diff --git a/setup.json b/setup.json index 8f1cb5a4..c9c3d8ad 100644 --- a/setup.json +++ b/setup.json @@ -20,7 +20,7 @@ "Natural Language :: English", "Framework :: AiiDA" ], - "version": "1.1.11.post0", + "version": "1.1.11.post1", "reentry_register": true, "install_requires": [ "aiida-core >= 1.0.0b6,<3.0.0", @@ -43,8 +43,7 @@ "pytest-mpl >= 0.10", "pytest-timeout >= 1.3.3", "pytest-regressions >= 1.0", - "aiida-testing @ git+https://github.com/JuDFTteam/aiida-testing.git@4ddb0e48a8a720e8fca5f8d09576c5aff8c36dbf", - "MarkupSafe < 2.1.0" + "MarkupSafe < 2.1.0" ], "docs": [ "Sphinx >= 1.8.2",