Skip to content

Commit

Permalink
🔧📚 Update README.md and pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mpougin committed Aug 26, 2023
1 parent 0700330 commit 66a82ef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

| Plugin | AiiDA | Python |
|-|-|-|
| `2.0.0` | ![Compatibility for v1.2][AiiDA v2.0] | [![PyPI pyversions](https://img.shields.io/pypi/pyversions/aiida-quantumespresso.svg)](https://pypi.org/project/aiida-quantumespresso) |
| `2.0.0` | ![Compatibility for v2.0][AiiDA v2.0] | [![PyPI pyversions](https://img.shields.io/pypi/pyversions/aiida-raspa.svg)](https://pypi.org/project/aiida-raspa) |
| `1.2.0` | ![Compatibility for v1.2][AiiDA v1.2] | ![PyPI pyversions](https://img.shields.io/badge/python-3.7%20%7C%203.8%20%7C%203.9-blue) |

# AiiDA RASPA
Expand Down
11 changes: 7 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ tests = [
pre-commit = [
'pre-commit~=3.3',
'black~=23.7',
'isort~=5.12.0',
'pylint~=2.17.0',
'isort~=5.12',
'pylint~=2.17',
]
docs = [
'sphinx',
Expand Down Expand Up @@ -79,8 +79,11 @@ disable = [
module-naming-style='any'

[tool.pytest.ini_options]
python_files = 'test_*.py'
python_functions = 'test_*'
testpaths = [
"tests",
]
python_functions = "test_*"
python_files = "test_*.py"
filterwarnings = [
'ignore::DeprecationWarning:aiida:',
'ignore::DeprecationWarning:plumpy:',
Expand Down

0 comments on commit 66a82ef

Please sign in to comment.