Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Orion Poplawski
dec97d8096 Drop version restricted jsonpatch from pyproject.toml - only needed for test 2023-12-13 20:54:58 -07:00

View file

@ -92,6 +92,9 @@ Provides: bundled(python%{python3_pkgversion}-boltons) = 21.0.0
# Do not restrict upper bound of ruamel-yaml
sed -i -e '/ruamel.yaml/s/,<[0-9.]*//' pyproject.toml
# F38 has an older jsonpatch
sed -i -e '/jsonpatch/d' pyproject.toml
# pytest-split/xdoctest not packaged, store-duration not needed
sed -i -e '/splitting-algorithm/d' -e '/store-durations/d' -e '/xdoctest/d' pyproject.toml