mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
tests: Remove trailing commas in JSON tests.
These commas are rejected by Guile-JSON 3.5.0. * tests/crate.scm (test-foo-dependencies) (test-root-dependencies, test-intermediate-1-dependencies) (test-intermediate-2-dependencies): Remove trailing commas. * tests/gem.scm (test-bar-json): Likewise. * tests/pypi.scm (test-json): Likewise.
This commit is contained in:
parent
78799a6fdc
commit
5dfe02c607
3 changed files with 17 additions and 15 deletions
|
@ -46,13 +46,13 @@
|
|||
\"1.0.0\": [
|
||||
{
|
||||
\"url\": \"https://example.com/foo-1.0.0.egg\",
|
||||
\"packagetype\": \"bdist_egg\",
|
||||
\"packagetype\": \"bdist_egg\"
|
||||
}, {
|
||||
\"url\": \"https://example.com/foo-1.0.0.tar.gz\",
|
||||
\"packagetype\": \"sdist\",
|
||||
\"packagetype\": \"sdist\"
|
||||
}, {
|
||||
\"url\": \"https://example.com/foo-1.0.0-py2.py3-none-any.whl\",
|
||||
\"packagetype\": \"bdist_wheel\",
|
||||
\"packagetype\": \"bdist_wheel\"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -120,6 +120,7 @@ Provides-Extra: testing
|
|||
Requires-Dist: pytest (>=3.1.0); extra == 'testing'
|
||||
")
|
||||
|
||||
|
||||
(test-begin "pypi")
|
||||
|
||||
(test-equal "guix-package->pypi-name, old URL style"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue