Skip to content

Commit

Permalink
Remove aiida-testing dependency from testing extras
Browse files Browse the repository at this point in the history
Otherwise upload tp pypi fails
  • Loading branch information
PhilippRue committed Jul 21, 2022
1 parent c3df472 commit 1514c3d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.11.post0
current_version = 1.1.11.post1
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion aiida_kkr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
AiiDA KKR
"""

__version__ = '1.1.11.post0'
__version__ = '1.1.11.post1'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
"Jens Bröder <[email protected]>",
Expand Down
5 changes: 2 additions & 3 deletions setup.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 1514c3d

Please sign in to comment.