#1 Workaround for the deprecation warning of pkg_resources
Merged a year ago by cstratak. Opened a year ago by cstratak.
rpms/ cstratak/python-colcon-ros pkg_resources_warning  into  rawhide

file modified
+4
@@ -56,9 +56,13 @@ 

  

  

  %check

+ # Workaround pkg_resources deprecation warning leaking from

+ # python-colcon-core

+ # https://github.com/colcon/colcon-core/issues/552

  %{__python3} -m pytest \

      --ignore=test/test_spell_check.py \

      --ignore=test/test_flake8.py \

+     -W "ignore:pkg_resources is deprecated as an API::pkg_resources" \

      test

  

  

no initial comment

rebased onto 463e35f

a year ago

Pull-Request has been merged by cstratak

a year ago
Metadata