#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-notification pkg_resources_warning  into  rawhide

@@ -50,9 +50,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 ef2a59f

a year ago

Pull-Request has been merged by cstratak

a year ago
Metadata