Skip to content

Commit 150ff09

Browse files
authored
fix(tests): update PyPI fixtures (#9704)
PyPI implemented alternate location for PEP 708. (pypi/warehouse#15716)
1 parent 37772f8 commit 150ff09

32 files changed

+64
-32
lines changed

tests/repositories/fixtures/pypi.org/json/attrs.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"alternate-locations": [],
23
"files": [
34
{
45
"core-metadata": {
@@ -35,7 +36,7 @@
3536
],
3637
"meta": {
3738
"_last-serial": 0,
38-
"api-version": "1.1"
39+
"api-version": "1.2"
3940
},
4041
"name": "attrs",
4142
"versions": [

tests/repositories/fixtures/pypi.org/json/black.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"alternate-locations": [],
23
"files": [
34
{
45
"core-metadata": {
@@ -67,7 +68,7 @@
6768
],
6869
"meta": {
6970
"_last-serial": 0,
70-
"api-version": "1.1"
71+
"api-version": "1.2"
7172
},
7273
"name": "black",
7374
"versions": [

tests/repositories/fixtures/pypi.org/json/cleo.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"alternate-locations": [],
23
"files": [
34
{
45
"core-metadata": {
@@ -35,7 +36,7 @@
3536
],
3637
"meta": {
3738
"_last-serial": 0,
38-
"api-version": "1.1"
39+
"api-version": "1.2"
3940
},
4041
"name": "cleo",
4142
"versions": [

tests/repositories/fixtures/pypi.org/json/clikit.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"alternate-locations": [],
23
"files": [
34
{
45
"core-metadata": {
@@ -35,7 +36,7 @@
3536
],
3637
"meta": {
3738
"_last-serial": 0,
38-
"api-version": "1.1"
39+
"api-version": "1.2"
3940
},
4041
"name": "clikit",
4142
"versions": [

tests/repositories/fixtures/pypi.org/json/colorama.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"alternate-locations": [],
23
"files": [
34
{
45
"core-metadata": {
@@ -35,7 +36,7 @@
3536
],
3637
"meta": {
3738
"_last-serial": 0,
38-
"api-version": "1.1"
39+
"api-version": "1.2"
3940
},
4041
"name": "colorama",
4142
"versions": [

tests/repositories/fixtures/pypi.org/json/discord-py.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"alternate-locations": [],
23
"files": [
34
{
45
"core-metadata": {
@@ -35,7 +36,7 @@
3536
],
3637
"meta": {
3738
"_last-serial": 0,
38-
"api-version": "1.1"
39+
"api-version": "1.2"
3940
},
4041
"name": "discord-py",
4142
"versions": [

tests/repositories/fixtures/pypi.org/json/filecache.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"alternate-locations": [],
23
"files": [
34
{
45
"core-metadata": {
@@ -33,7 +34,7 @@
3334
],
3435
"meta": {
3536
"_last-serial": 0,
36-
"api-version": "1.1"
37+
"api-version": "1.2"
3738
},
3839
"name": "filecache",
3940
"versions": [

tests/repositories/fixtures/pypi.org/json/funcsigs.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"alternate-locations": [],
23
"files": [
34
{
45
"core-metadata": {
@@ -33,7 +34,7 @@
3334
],
3435
"meta": {
3536
"_last-serial": 0,
36-
"api-version": "1.1"
37+
"api-version": "1.2"
3738
},
3839
"name": "funcsigs",
3940
"versions": [

tests/repositories/fixtures/pypi.org/json/futures.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"alternate-locations": [],
23
"files": [
34
{
45
"core-metadata": {
@@ -35,7 +36,7 @@
3536
],
3637
"meta": {
3738
"_last-serial": 0,
38-
"api-version": "1.1"
39+
"api-version": "1.2"
3940
},
4041
"name": "futures",
4142
"versions": [

tests/repositories/fixtures/pypi.org/json/hbmqtt.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"alternate-locations": [],
23
"files": [
34
{
45
"core-metadata": false,
@@ -43,7 +44,7 @@
4344
],
4445
"meta": {
4546
"_last-serial": 0,
46-
"api-version": "1.1"
47+
"api-version": "1.2"
4748
},
4849
"name": "hbmqtt",
4950
"versions": [

0 commit comments

Comments
 (0)