Skip to content

Commit c47f7a5

Browse files
authored
fix(tests): python and node long tests (#1215)
* fix: python long test * fix: node long test fixes #1211
1 parent 94e37fd commit c47f7a5

7 files changed

+6
-6
lines changed
-3.21 MB
Binary file not shown.
-232 KB
Binary file not shown.
-250 KB
Binary file not shown.
592 Bytes
Binary file not shown.
2.1 MB
Binary file not shown.

test/test_data/node.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
]
1111
package_test_data = [
1212
{
13-
"url": "https://nodejs.org/dist/v12.16.1/",
14-
"package_name": "node-v12.16.1-linux-x64.tar.xz",
13+
"url": "http://mirror.centos.org/centos/7/sclo/x86_64/rh/Packages/r/",
14+
"package_name": "rh-nodejs14-nodejs-14.16.0-1.el7.x86_64.rpm",
1515
"product": "node.js",
16-
"version": "12.16.1",
16+
"version": "14.16.0",
1717
}
1818
]

test/test_data/python.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
"version": "3.8.2",
3232
},
3333
{
34-
"url": "http://www.rpmfind.net/linux/openmandriva/4.1/repository/x86_64/main/release/",
35-
"package_name": "python-3.8.1-3-omv4001.x86_64.rpm",
34+
"url": "https://download-ib01.fedoraproject.org/pub/fedora/linux/releases/33/Everything/aarch64/os/Packages/p/",
35+
"package_name": "python3-3.9.0-1.fc33.aarch64.rpm",
3636
"product": "python",
37-
"version": "3.8.1",
37+
"version": "3.9.0",
3838
},
3939
]

0 commit comments

Comments
 (0)