Skip to content

Commit

Permalink
tests: don't save version in snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
shepherdjerred committed Nov 6, 2023
1 parent 4dcc03f commit c1d3496
Show file tree
Hide file tree
Showing 50 changed files with 62 additions and 59 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main
pull_request:
schedule:
- cron: "0 0 * * *"
- cron: "0 0 1 * *" # run on the first of each month

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .snapshots/TestParse-appdirs_signed_tarball
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
(string) (len=97) "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
},
(string) (len=7) "version": ([]string) (len=1) {
(string) (len=5) "1.4.4"
(string) (len=14) "version exists"
}
},
GpgSignature: ([]uint8) (len=20) {
Expand Down
2 changes: 1 addition & 1 deletion .snapshots/TestParse-appdirs_signed_wheel
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
(string) (len=97) "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
},
(string) (len=7) "version": ([]string) (len=1) {
(string) (len=5) "1.4.4"
(string) (len=14) "version exists"
}
},
GpgSignature: ([]uint8) (len=20) {
Expand Down
2 changes: 1 addition & 1 deletion .snapshots/TestParse-appdirs_unsigned_tarball
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
(string) (len=97) "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
},
(string) (len=7) "version": ([]string) (len=1) {
(string) (len=5) "1.4.4"
(string) (len=14) "version exists"
}
},
GpgSignature: ([]uint8) <nil>
Expand Down
2 changes: 1 addition & 1 deletion .snapshots/TestParse-appdirs_unsigned_wheel
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
(string) (len=97) "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
},
(string) (len=7) "version": ([]string) (len=1) {
(string) (len=5) "1.4.4"
(string) (len=14) "version exists"
}
},
GpgSignature: ([]uint8) <nil>
Expand Down
2 changes: 1 addition & 1 deletion .snapshots/TestParse-cachetools_signed_tarball
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
(string) (len=47) "Extensible memoizing collections and decorators"
},
(string) (len=7) "version": ([]string) (len=1) {
(string) (len=5) "5.3.2"
(string) (len=14) "version exists"
}
},
GpgSignature: ([]uint8) (len=20) {
Expand Down
2 changes: 1 addition & 1 deletion .snapshots/TestParse-cachetools_signed_wheel
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
(string) (len=47) "Extensible memoizing collections and decorators"
},
(string) (len=7) "version": ([]string) (len=1) {
(string) (len=5) "5.3.2"
(string) (len=14) "version exists"
}
},
GpgSignature: ([]uint8) (len=20) {
Expand Down
2 changes: 1 addition & 1 deletion .snapshots/TestParse-cachetools_unsigned_tarball
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
(string) (len=47) "Extensible memoizing collections and decorators"
},
(string) (len=7) "version": ([]string) (len=1) {
(string) (len=5) "5.3.2"
(string) (len=14) "version exists"
}
},
GpgSignature: ([]uint8) <nil>
Expand Down
2 changes: 1 addition & 1 deletion .snapshots/TestParse-cachetools_unsigned_wheel
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
(string) (len=47) "Extensible memoizing collections and decorators"
},
(string) (len=7) "version": ([]string) (len=1) {
(string) (len=5) "5.3.2"
(string) (len=14) "version exists"
}
},
GpgSignature: ([]uint8) <nil>
Expand Down
2 changes: 1 addition & 1 deletion .snapshots/TestParse-chardet_signed_tarball
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
(string) (len=40) "Universal encoding detector for Python 3"
},
(string) (len=7) "version": ([]string) (len=1) {
(string) (len=10) "5.3.0.dev0"
(string) (len=14) "version exists"
}
},
GpgSignature: ([]uint8) (len=20) {
Expand Down
2 changes: 1 addition & 1 deletion .snapshots/TestParse-chardet_signed_wheel
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
(string) (len=40) "Universal encoding detector for Python 3"
},
(string) (len=7) "version": ([]string) (len=1) {
(string) (len=10) "5.3.0.dev0"
(string) (len=14) "version exists"
}
},
GpgSignature: ([]uint8) (len=20) {
Expand Down
2 changes: 1 addition & 1 deletion .snapshots/TestParse-chardet_unsigned_tarball
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
(string) (len=40) "Universal encoding detector for Python 3"
},
(string) (len=7) "version": ([]string) (len=1) {
(string) (len=10) "5.3.0.dev0"
(string) (len=14) "version exists"
}
},
GpgSignature: ([]uint8) <nil>
Expand Down
2 changes: 1 addition & 1 deletion .snapshots/TestParse-chardet_unsigned_wheel
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
(string) (len=40) "Universal encoding detector for Python 3"
},
(string) (len=7) "version": ([]string) (len=1) {
(string) (len=10) "5.3.0.dev0"
(string) (len=14) "version exists"
}
},
GpgSignature: ([]uint8) <nil>
Expand Down
2 changes: 1 addition & 1 deletion .snapshots/TestParse-click_signed_tarball
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
(string) (len=41) "Composable command line interface toolkit"
},
(string) (len=7) "version": ([]string) (len=1) {
(string) (len=10) "8.2.0.dev0"
(string) (len=14) "version exists"
}
},
GpgSignature: ([]uint8) (len=20) {
Expand Down
2 changes: 1 addition & 1 deletion .snapshots/TestParse-click_signed_wheel
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
(string) (len=41) "Composable command line interface toolkit"
},
(string) (len=7) "version": ([]string) (len=1) {
(string) (len=10) "8.2.0.dev0"
(string) (len=14) "version exists"
}
},
GpgSignature: ([]uint8) (len=20) {
Expand Down
2 changes: 1 addition & 1 deletion .snapshots/TestParse-click_unsigned_tarball
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
(string) (len=41) "Composable command line interface toolkit"
},
(string) (len=7) "version": ([]string) (len=1) {
(string) (len=10) "8.2.0.dev0"
(string) (len=14) "version exists"
}
},
GpgSignature: ([]uint8) <nil>
Expand Down
2 changes: 1 addition & 1 deletion .snapshots/TestParse-click_unsigned_wheel
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
(string) (len=41) "Composable command line interface toolkit"
},
(string) (len=7) "version": ([]string) (len=1) {
(string) (len=10) "8.2.0.dev0"
(string) (len=14) "version exists"
}
},
GpgSignature: ([]uint8) <nil>
Expand Down
2 changes: 1 addition & 1 deletion .snapshots/TestParse-configparser_signed_tarball
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
(string) (len=53) "Updated configparser from stdlib for earlier Pythons."
},
(string) (len=7) "version": ([]string) (len=1) {
(string) (len=20) "6.0.1.dev11+g8411aec"
(string) (len=14) "version exists"
}
},
GpgSignature: ([]uint8) (len=20) {
Expand Down
2 changes: 1 addition & 1 deletion .snapshots/TestParse-configparser_signed_wheel
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
(string) (len=53) "Updated configparser from stdlib for earlier Pythons."
},
(string) (len=7) "version": ([]string) (len=1) {
(string) (len=20) "6.0.1.dev11+g8411aec"
(string) (len=14) "version exists"
}
},
GpgSignature: ([]uint8) (len=20) {
Expand Down
2 changes: 1 addition & 1 deletion .snapshots/TestParse-configparser_unsigned_tarball
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
(string) (len=53) "Updated configparser from stdlib for earlier Pythons."
},
(string) (len=7) "version": ([]string) (len=1) {
(string) (len=20) "6.0.1.dev11+g8411aec"
(string) (len=14) "version exists"
}
},
GpgSignature: ([]uint8) <nil>
Expand Down
2 changes: 1 addition & 1 deletion .snapshots/TestParse-configparser_unsigned_wheel
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
(string) (len=53) "Updated configparser from stdlib for earlier Pythons."
},
(string) (len=7) "version": ([]string) (len=1) {
(string) (len=20) "6.0.1.dev11+g8411aec"
(string) (len=14) "version exists"
}
},
GpgSignature: ([]uint8) <nil>
Expand Down
2 changes: 1 addition & 1 deletion .snapshots/TestParse-coveragepy_signed_tarball
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
(string) (len=36) "Code coverage measurement for Python"
},
(string) (len=7) "version": ([]string) (len=1) {
(string) (len=12) "7.3.3a0.dev1"
(string) (len=14) "version exists"
}
},
GpgSignature: ([]uint8) (len=20) {
Expand Down
2 changes: 1 addition & 1 deletion .snapshots/TestParse-coveragepy_signed_wheel
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
(string) (len=36) "Code coverage measurement for Python"
},
(string) (len=7) "version": ([]string) (len=1) {
(string) (len=12) "7.3.3a0.dev1"
(string) (len=14) "version exists"
}
},
GpgSignature: ([]uint8) (len=20) {
Expand Down
2 changes: 1 addition & 1 deletion .snapshots/TestParse-coveragepy_unsigned_tarball
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
(string) (len=36) "Code coverage measurement for Python"
},
(string) (len=7) "version": ([]string) (len=1) {
(string) (len=12) "7.3.3a0.dev1"
(string) (len=14) "version exists"
}
},
GpgSignature: ([]uint8) <nil>
Expand Down
2 changes: 1 addition & 1 deletion .snapshots/TestParse-coveragepy_unsigned_wheel
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
(string) (len=36) "Code coverage measurement for Python"
},
(string) (len=7) "version": ([]string) (len=1) {
(string) (len=12) "7.3.3a0.dev1"
(string) (len=14) "version exists"
}
},
GpgSignature: ([]uint8) <nil>
Expand Down
2 changes: 1 addition & 1 deletion .snapshots/TestParse-decorator_signed_tarball
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
(string) (len=21) "Decorators for Humans"
},
(string) (len=7) "version": ([]string) (len=1) {
(string) (len=5) "5.1.1"
(string) (len=14) "version exists"
}
},
GpgSignature: ([]uint8) (len=20) {
Expand Down
2 changes: 1 addition & 1 deletion .snapshots/TestParse-decorator_signed_wheel
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
(string) (len=21) "Decorators for Humans"
},
(string) (len=7) "version": ([]string) (len=1) {
(string) (len=5) "5.1.1"
(string) (len=14) "version exists"
}
},
GpgSignature: ([]uint8) (len=20) {
Expand Down
2 changes: 1 addition & 1 deletion .snapshots/TestParse-decorator_unsigned_tarball
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
(string) (len=21) "Decorators for Humans"
},
(string) (len=7) "version": ([]string) (len=1) {
(string) (len=5) "5.1.1"
(string) (len=14) "version exists"
}
},
GpgSignature: ([]uint8) <nil>
Expand Down
2 changes: 1 addition & 1 deletion .snapshots/TestParse-decorator_unsigned_wheel
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
(string) (len=21) "Decorators for Humans"
},
(string) (len=7) "version": ([]string) (len=1) {
(string) (len=5) "5.1.1"
(string) (len=14) "version exists"
}
},
GpgSignature: ([]uint8) <nil>
Expand Down
2 changes: 1 addition & 1 deletion .snapshots/TestParse-defusedxml_signed_tarball
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
(string) (len=45) "XML bomb protection for Python stdlib modules"
},
(string) (len=7) "version": ([]string) (len=1) {
(string) (len=8) "0.8.0rc2"
(string) (len=14) "version exists"
}
},
GpgSignature: ([]uint8) (len=20) {
Expand Down
2 changes: 1 addition & 1 deletion .snapshots/TestParse-defusedxml_signed_wheel
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
(string) (len=45) "XML bomb protection for Python stdlib modules"
},
(string) (len=7) "version": ([]string) (len=1) {
(string) (len=8) "0.8.0rc2"
(string) (len=14) "version exists"
}
},
GpgSignature: ([]uint8) (len=20) {
Expand Down
2 changes: 1 addition & 1 deletion .snapshots/TestParse-defusedxml_unsigned_tarball
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
(string) (len=45) "XML bomb protection for Python stdlib modules"
},
(string) (len=7) "version": ([]string) (len=1) {
(string) (len=8) "0.8.0rc2"
(string) (len=14) "version exists"
}
},
GpgSignature: ([]uint8) <nil>
Expand Down
2 changes: 1 addition & 1 deletion .snapshots/TestParse-defusedxml_unsigned_wheel
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
(string) (len=45) "XML bomb protection for Python stdlib modules"
},
(string) (len=7) "version": ([]string) (len=1) {
(string) (len=8) "0.8.0rc2"
(string) (len=14) "version exists"
}
},
GpgSignature: ([]uint8) <nil>
Expand Down
2 changes: 1 addition & 1 deletion .snapshots/TestParse-importlib_metadata_signed_tarball
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
(string) (len=34) "Read metadata from Python packages"
},
(string) (len=7) "version": ([]string) (len=1) {
(string) (len=20) "6.8.1.dev17+g353c3df"
(string) (len=14) "version exists"
}
},
GpgSignature: ([]uint8) (len=20) {
Expand Down
2 changes: 1 addition & 1 deletion .snapshots/TestParse-importlib_metadata_signed_wheel
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
(string) (len=34) "Read metadata from Python packages"
},
(string) (len=7) "version": ([]string) (len=1) {
(string) (len=20) "6.8.1.dev17+g353c3df"
(string) (len=14) "version exists"
}
},
GpgSignature: ([]uint8) (len=20) {
Expand Down
2 changes: 1 addition & 1 deletion .snapshots/TestParse-importlib_metadata_unsigned_tarball
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
(string) (len=34) "Read metadata from Python packages"
},
(string) (len=7) "version": ([]string) (len=1) {
(string) (len=20) "6.8.1.dev17+g353c3df"
(string) (len=14) "version exists"
}
},
GpgSignature: ([]uint8) <nil>
Expand Down
2 changes: 1 addition & 1 deletion .snapshots/TestParse-importlib_metadata_unsigned_wheel
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
(string) (len=34) "Read metadata from Python packages"
},
(string) (len=7) "version": ([]string) (len=1) {
(string) (len=20) "6.8.1.dev17+g353c3df"
(string) (len=14) "version exists"
}
},
GpgSignature: ([]uint8) <nil>
Expand Down
2 changes: 1 addition & 1 deletion .snapshots/TestParse-matplotlib_signed_tarball
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
(string) (len=23) "Python plotting package"
},
(string) (len=7) "version": ([]string) (len=1) {
(string) (len=10) "3.9.0.dev0"
(string) (len=14) "version exists"
}
},
GpgSignature: ([]uint8) (len=20) {
Expand Down
2 changes: 1 addition & 1 deletion .snapshots/TestParse-matplotlib_signed_wheel
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
(string) (len=23) "Python plotting package"
},
(string) (len=7) "version": ([]string) (len=1) {
(string) (len=10) "3.9.0.dev0"
(string) (len=14) "version exists"
}
},
GpgSignature: ([]uint8) (len=20) {
Expand Down
2 changes: 1 addition & 1 deletion .snapshots/TestParse-matplotlib_unsigned_tarball
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
(string) (len=23) "Python plotting package"
},
(string) (len=7) "version": ([]string) (len=1) {
(string) (len=10) "3.9.0.dev0"
(string) (len=14) "version exists"
}
},
GpgSignature: ([]uint8) <nil>
Expand Down
2 changes: 1 addition & 1 deletion .snapshots/TestParse-matplotlib_unsigned_wheel
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
(string) (len=23) "Python plotting package"
},
(string) (len=7) "version": ([]string) (len=1) {
(string) (len=10) "3.9.0.dev0"
(string) (len=14) "version exists"
}
},
GpgSignature: ([]uint8) <nil>
Expand Down
2 changes: 1 addition & 1 deletion .snapshots/TestParse-pytest_signed_tarball
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
(string) (len=43) "pytest: simple powerful testing with Python"
},
(string) (len=7) "version": ([]string) (len=1) {
(string) (len=23) "8.0.0.dev305+g8fb7e8b31"
(string) (len=14) "version exists"
}
},
GpgSignature: ([]uint8) (len=20) {
Expand Down
2 changes: 1 addition & 1 deletion .snapshots/TestParse-pytest_signed_wheel
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
(string) (len=43) "pytest: simple powerful testing with Python"
},
(string) (len=7) "version": ([]string) (len=1) {
(string) (len=23) "8.0.0.dev305+g8fb7e8b31"
(string) (len=14) "version exists"
}
},
GpgSignature: ([]uint8) (len=20) {
Expand Down
2 changes: 1 addition & 1 deletion .snapshots/TestParse-pytest_unsigned_tarball
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
(string) (len=43) "pytest: simple powerful testing with Python"
},
(string) (len=7) "version": ([]string) (len=1) {
(string) (len=23) "8.0.0.dev305+g8fb7e8b31"
(string) (len=14) "version exists"
}
},
GpgSignature: ([]uint8) <nil>
Expand Down
Loading

0 comments on commit c1d3496

Please sign in to comment.