Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deepdiff lock and set default testpaths #284

Merged
merged 2 commits into from
Sep 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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