File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tooling/src/hypothesistooling Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,6 @@ The organisation of the tests is described in the :gh-file:`hypothesis-python/te
76
76
Examples
77
77
--------
78
78
79
- * `arch linux <https://archlinux.org/packages/community /any/python-hypothesis/ >`_
79
+ * `arch linux <https://archlinux.org/packages/extra /any/python-hypothesis/ >`_
80
80
* `fedora <https://src.fedoraproject.org/rpms/python-hypothesis >`_
81
81
* `gentoo <https://packages.gentoo.org/packages/dev-python/hypothesis >`_
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ def accept(fn):
40
40
def wrapped (* args , ** kwargs ):
41
41
if if_changed and tools .IS_PULL_REQUEST :
42
42
if not tools .has_changes (if_changed + BUILD_FILES ):
43
- changed = ", " .join (if_changed )
43
+ changed = ", " .join (map ( str , if_changed ) )
44
44
print (f"Skipping task due to no changes in { changed } " )
45
45
return
46
46
fn (* args , ** kwargs )
You can’t perform that action at this time.
0 commit comments