#1 No longer need to --ignore %_pyproject_builddir
Merged 2 years ago by lbalhar. Opened 2 years ago by churchyard.
rpms/ churchyard/python-jaraco-path no_ignore__pyproject_builddir  into  rawhide

file modified
+2 -7
@@ -14,7 +14,7 @@ 

  BuildArch:      noarch

  

  BuildRequires:  python3-devel

- BuildRequires:  pyproject-rpm-macros

+ BuildRequires:  pyproject-rpm-macros >= 0-41

  BuildRequires:  pytest

  

  %global _description %{expand:
@@ -44,12 +44,7 @@ 

  %pyproject_save_files jaraco

  

  %check

- # When pytest collects tests, it ignores hidden directories by default,

- # because the `.*` pattern is ignored.

- # jaraco.path replaces this default by redefining norecursedirs without `.*`,

- # thus hidden directories are not ignored.

- # See https://bugzilla.redhat.com/show_bug.cgi?id=1935212 for more info.

- %pytest --ignore %_pyproject_builddir

+ %pytest

  

  %files -n python3-jaraco-path -f %{pyproject_files}

  %license LICENSE

Builds fine, thank you.

Pull-Request has been merged by lbalhar

2 years ago
Metadata