Skip to content

Commit

Permalink
Use first release of aiida-test-cache as testing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippRue committed Dec 5, 2024
1 parent 1dd95c6 commit 98cb6c6
Show file tree
Hide file tree
Showing 5 changed files with 5 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 = 2.3.0-dev3
current_version = 2.3.1-dev1
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ jobs:
- name: Install aiida-kkr
run: |
pip install ${{ matrix.aiida.version }} ${{ matrix.masci-tools.version }}
pip install git+https://github.com/PhilippRue/aiida-test-cache.git@change_aiida-core_version
pip install .[testing]
pip install reentry
reentry scan
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ jobs:
- name: Install aiida-kkr
run: |
pip install ${{ matrix.aiida.version }} ${{ matrix.masci-tools.version }}
pip install git+https://github.com/PhilippRue/aiida-test-cache.git@change_aiida-core_version
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__ = '2.3.0-dev3'
__version__ = '2.3.1-dev1'
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "aiida-kkr"
version = "2.3.0-dev3"
version = "2.3.1-dev1"
description = "AiiDA plugin for the JuKKR codes"
classifiers = [
"License :: OSI Approved :: MIT License",
Expand Down Expand Up @@ -71,7 +71,8 @@ testing = [
"pytest-mpl >= 0.10",
"pytest-timeout >= 1.3.3",
"pytest-regressions >= 1.0",
"MarkupSafe < 3.1.0"
"MarkupSafe < 3.1.0",
"aiida-test-cache"
]
docs = [
"Sphinx >= 1.8.2",
Expand Down

0 comments on commit 98cb6c6

Please sign in to comment.