Skip to content

Commit

Permalink
Remove deepdiff lock and set default testpaths (#284)
Browse files Browse the repository at this point in the history
Remove deepdiff lock and set default testpaths

The deepdiff bug has been fixed: seperman/deepdiff@410019e
Testing dependencies only satisfy unit and integration tests, make them the default.
Partially fixes #283.

Reviewed-by: Matej Focko
  • Loading branch information
2 parents 1e03519 + 2ef0a57 commit a8df8b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 1 addition & 3 deletions plans/packit-integration.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ adjust:
- how: install
package: python3-pip
- how: shell
# the version lock on deepdiff can be removed once this is resolved:
# https://github.com/seperman/deepdiff/issues/416
script: pip3 install flexmock deepdiff==6.3.1
script: pip3 install flexmock deepdiff

- when: "distro == rhel-8 or distro == centos-8 or distro == centos-stream-8"
because: "packit doesn't support EL 8"
Expand Down
5 changes: 5 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,8 @@ exclude =

[options.package_data]
* = py.typed

[tool:pytest]
testpaths =
tests/unit
tests/integration

0 comments on commit a8df8b5

Please sign in to comment.