Skip to content

Commit

Permalink
Merge pull request #3132 from catalyst-cooperative/slow-hypothesis-test
Browse files Browse the repository at this point in the history
Skip slow tests in pre-commit hook
  • Loading branch information
zaneselvans authored Dec 8, 2023
2 parents 4edc19d + 1be965a commit 2e37b3a
Show file tree
Hide file tree
Showing 8 changed files with 304 additions and 296 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ repos:
verbose: false
pass_filenames: false
always_run: true
entry: pytest --doctest-modules src/pudl test/unit
entry: pytest --doctest-modules src/pudl test/unit -m "not slow"

# Configuration for pre-commit.ci
ci:
Expand Down
30 changes: 15 additions & 15 deletions environments/conda-linux-64.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2e37b3a

Please sign in to comment.