lilydjwg
fc8d90f46b
tests: update
2025-03-01 11:43:32 +08:00
Maxim Slipenko
b83cbd2ead
tests: add tests for snapcraft source
2025-02-28 11:05:31 +03:00
Yichao Yu
92a424f946
Implement use_max_release for github
...
This follows the logic for use_max_tag but only includes the tags that are part of
a github release. The returned version follows include_prerelease and use_release_name
just like use_latest_release.
This allows waiting for release artifacts to be created after the tag is created on the repo.
2025-02-10 21:15:30 -05:00
lilydjwg
50d5342586
tests: I don't know why but these tests are flaky
2025-02-10 17:31:01 +08:00
lilydjwg
fa9ca38690
tests: fix type
2025-02-10 12:25:31 +08:00
lilydjwg
5c7918bf7a
tests: don't run test_container on GitHub Actions
2025-02-10 11:40:20 +08:00
lilydjwg
c03bec7452
tests: travis is long gone
2025-02-10 11:40:20 +08:00
Jean-Christophe Morin
6f5870787a
Exclude yanked PyPI releases
...
Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
2025-02-08 16:02:51 -05:00
lilydjwg
4d5e29f26b
gitea: use the full date string as commit version
...
Only using the date part is too coarse. Also date could be different
across timezones and thus confusing.
2024-12-28 21:53:10 +08:00
Daniel Peukert
c0d6568434
feat: add opam source
2024-12-15 00:39:04 +01:00
Jakub Ružička
eeddd56156
rpmrepo: new RPM repo source
2024-12-02 15:16:55 +01:00
Chih-Hsuan Yen
c7f571ae79
update tests
2024-11-30 14:23:18 +08:00
lilydjwg
afad2f08f2
tests: skip hg test as it keeps timing out
2024-11-03 18:51:04 +08:00
lilydjwg
728dcca1bd
update tests
2024-11-03 18:36:46 +08:00
lilydjwg
89b4cd90ba
tests: use asyncio_default_fixture_loop_scope = "session"
...
See also https://github.com/pytest-dev/pytest-asyncio/issues/924 .
2024-11-03 18:30:54 +08:00
lilydjwg
4eb70a0fbe
github: add option to use release name instead of tag
...
fixes #278
2024-11-03 18:24:54 +08:00
lilydjwg
5b561456ae
update tests
2024-09-27 12:36:44 +08:00
Ilaï Deutel
d5cc276000
crates.io: skip pre-releases, list option
...
This adds a `use_pre_release` option and adds support for list option for crates.io, similar to PyPI.
2024-09-27 00:10:21 -04:00
imlonghao
e4cff0b507
anitya: support to use anitya ID
2024-08-08 23:13:47 +08:00
lilydjwg
a1ab77f92a
Merge remote-tracking branch 'origin/pr/275'
2024-07-14 16:40:47 +08:00
lilydjwg
5a3ca69c1c
update tests
2024-07-14 16:40:25 +08:00
Bert Peters
5677c9595e
Add launchpad source
2024-07-13 14:54:46 +02:00
lilydjwg
61ca3c95d0
pypi: fix handling of invalid versions
...
fixes #273 .
2024-06-01 16:34:36 +08:00
lilydjwg
2800f392d9
Merge remote-tracking branch 'origin/master'
2024-05-19 15:19:55 +08:00
lilydjwg
6af59aa2ae
test_ubuntupkg: update and make it more resilient
2024-05-19 12:16:02 +08:00
Chih-Hsuan Yen
8397cbbce0
pypi: support list options
2024-05-19 12:10:40 +08:00
lilydjwg
5db6a89fc3
test_ubuntupkg: update and make it more resilient
2024-05-11 14:15:37 +08:00
lilydjwg
9f6706e0e7
tests: fix dep on httpbin
2024-05-11 14:15:37 +08:00
Mario Rodas
67ccc10f17
fix: correct try/except statement
...
Otherwise, it fails because Python can't find the `jq` exception.
2024-04-18 04:20:00 +00:00
lilydjwg
be8967b1d2
tests: missing assert statements
2024-04-17 16:49:00 +08:00
Chih-Hsuan Yen
c306b44711
tests: update Debian package versions again
2024-04-08 14:31:24 +08:00
rocka
47ce6fc2e4
feat: add jq source ( #261 )
...
feat: add jq source to parse json
2024-03-31 16:10:09 +08:00
Chih-Hsuan Yen
beceadddee
tests: update Debian package versions
2024-03-24 11:45:49 +08:00
lilydjwg
de1a3c6fc2
record rich results in verfile and get rid of Result & VersData types
...
Use RichResult to replace Result; Result was RichResult plus entry name.
2024-03-14 18:30:15 +08:00
David Arnold
f29bdee6a3
feat: return full results from result processing
2024-03-14 10:40:25 +01:00
lilydjwg
471b66ff4c
tests: use pytest-rerunfailures instead of flaky
...
flaky is no longer compatible with pytest 8.0 and seems unmaintained.
https://github.com/pytest-dev/pytest/issues/12066
2024-03-09 20:23:25 +08:00
lilydjwg
4ec12d30fd
mercurial: tests: update asyncio mark
2024-03-09 19:59:01 +08:00
lilydjwg
1005bd5f01
mercurial: update tests
2024-03-09 19:19:06 +08:00
lilydjwg
4ad3bdb95d
go: style: unify indentation etc
2024-03-09 18:48:47 +08:00
lilydjwg
5227df6f5b
Merge remote-tracking branch 'origin/pr/170'
2024-03-09 18:44:04 +08:00
yingziwu
0e0eb2c363
feat: add go pkg support ( #259 )
2024-03-09 18:41:20 +08:00
lilydjwg
1e5de6cbcb
support using prefix and from_pattern/to_pattern at the same time
...
closes #249 .
2024-02-27 13:52:35 +08:00
Bian Jiaping
fac30d46d9
Fix container test for multi-arch images
2023-12-18 14:58:56 +08:00
Chih-Hsuan Yen
4ca61ba11a
tests: fix for pytest-asyncio 0.23
2023-12-09 20:38:00 +08:00
moui0
918457afed
tests: bump example and xml2 version
2023-12-07 06:01:56 +01:00
Bian Jiaping
4833135f87
container source plugin supports watching update of a specified tag ( #243 )
...
container source plugin supports watching update of a specified tag. Resolve #241
2023-12-02 23:45:25 +08:00
Daniel Peukert
5a6fee2817
fix pacman test
2023-10-18 01:59:43 +02:00
lilydjwg
5dcb3bc36a
tests: update
2023-10-14 15:19:13 +08:00
lilydjwg
2683f47e04
update tests: give up deepin as it times out frequently
2023-08-26 10:23:40 +08:00
lilydjwg
0a90d195d1
update tests
2023-08-26 10:17:40 +08:00