Skip to content

Commit 4e90106

Browse files
janoshhrushikesh-s
authored andcommitted
revert to pytest 8.0.2, 8.1.0 was yanked due to breaking few plugins
pytest-dev/pytest#12069
1 parent e06dd99 commit 4e90106

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing to atomate2
22

3-
We love your input! We want to make contributing to as easy and
3+
We love your input! We want to make contributing as easy and
44
transparent as possible, whether it's:
55

66
- Reporting a bug
@@ -32,20 +32,20 @@ make quick and meaningful fixes. When we confirm your bug report,
3232
we'll move it to the GitHub issues where its progress can be
3333
further tracked.
3434

35-
## Contributing code modifications or additions through Github
35+
## Contributing code modifications or additions through GitHub
3636

37-
We use github to host code, to track issues and feature requests,
37+
We use GitHub to host code, to track issues and feature requests,
3838
as well as accept pull requests. We maintain a list of all
3939
contributors [here](https://materialsproject.github.io/atomate2/contributors.html).
4040

4141
Pull requests are the best way to propose changes to the codebase.
42-
Follow the [Github flow](https://www.atlassian.com/git/tutorials/comparing-workflows/forking-workflow)
42+
Follow the [GitHub flow](https://www.atlassian.com/git/tutorials/comparing-workflows/forking-workflow)
4343
for more information on this procedure.
4444

4545
The basic procedure for making a PR is:
4646

4747
- Fork the repo and create your branch from master.
48-
- Commit your improvements to your branch and push to your Github fork (repo).
48+
- Commit your improvements to your branch and push to your GitHub fork (repo).
4949
- When you're finished, go to your fork and make a Pull Request. It will
5050
automatically update if you need to make further changes.
5151

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ docs = [
7171
"sphinx_design==0.5.0",
7272
]
7373
dev = ["pre-commit>=2.12.1"]
74-
tests = ["FireWorks==2.0.3", "pytest-cov==4.1.0", "pytest==8.1.0"]
74+
tests = ["FireWorks==2.0.3", "pytest-cov==4.1.0", "pytest==8.0.2"]
7575
strict = [
7676
"PyYAML==6.0.1",
7777
# must use >= for ase to not uninstall main branch install in CI

0 commit comments

Comments
 (0)