Skip to content

Commit

Permalink
Speedup code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
kunitoki committed Feb 10, 2024
1 parent 672a904 commit 4025a15
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ before-build = [
xorg-x11-proto-devel libcurl-devel libpng-devel libX11-devel libXcursor-devel libXrandr-devel libXinerama-devel libXrender-devel \
libXcomposite-devel libXinerama-devel libXcursor-devel xorg-x11-server-Xvfb wget""",
"wget https://github.com/linux-test-project/lcov/releases/download/v2.0/lcov-2.0-1.noarch.rpm",
"yum localinstall -y lcov-2.0-1.noarch.rpm"
"yum localinstall -y lcov-2.0-1.noarch.rpm",
"cpan install JSON:XS",
"sed -i 's/use JSON::PP/use JSON::XS/g' /usr/bin/geninfo"
]
test-command = [
"xvfb-run -a -s \"-screen 0 1024x768x24\" pytest -s {project}/tests"
Expand Down

0 comments on commit 4025a15

Please sign in to comment.