Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
P-A Bouttier
gricad_guix_packages
Commits
1000b4d0
Commit
1000b4d0
authored
Jan 17, 2022
by
P-A Bouttier
Browse files
Disable sanity check for amtplotlib package
parent
51f0eed2
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/python-packages.scm
View file @
1000b4d0
...
...
@@ -612,7 +612,8 @@
`
(
#
:tests?
#f
#
:phases
(
modify-phases
%standard-phases
(
delete
'fix-and-disable-failing-tests
))))
(
delete
'fix-and-disable-failing-tests
)
(
delete
'sanity-check
))))
(
propagated-inputs
; the following packages are all needed at run time
`
((
"python-cycler"
,
python-cycler
)
(
"python-kiwisolver"
,
python-kiwisolver
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment