Skip to content

Commit

Permalink
revert to pytest 8.0.2, 8.1.0 was yanked due to breaking few plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Mar 8, 2024
1 parent 0b32207 commit 9260b84
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
@@ -1,6 +1,6 @@
# Contributing to atomate2

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

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

## Contributing code modifications or additions through Github
## Contributing code modifications or additions through GitHub

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

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

The basic procedure for making a PR is:

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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -68,7 +68,7 @@ docs = [
"sphinx_design==0.5.0",
]
dev = ["pre-commit>=2.12.1"]
tests = ["FireWorks==2.0.3", "pytest-cov==4.1.0", "pytest==8.1.0"]
tests = ["FireWorks==2.0.3", "pytest-cov==4.1.0", "pytest==8.0.2"]
strict = [
"PyYAML==6.0.1",
# must use >= for ase to not uninstall main branch install in CI
Expand Down

0 comments on commit 9260b84

Please sign in to comment.