diff --git a/buildstream.spec b/buildstream.spec index 483beac..d3aaaa5 100644 --- a/buildstream.spec +++ b/buildstream.spec @@ -9,10 +9,8 @@ Source0: https://gitlab.com/BuildStream/buildstream/-/archive/%{version}/b BuildRequires: bubblewrap >= 0.1.2 BuildRequires: python3-devel >= 3.5 -BuildRequires: python3-pep8 BuildRequires: python3-pylint BuildRequires: python3-pytest >= 3.7 -BuildRequires: python3-pytest-pep8 BuildRequires: python3-pytest-runner BuildRequires: python3-pytest-timeout BuildRequires: python3-pytest-xdist @@ -21,6 +19,11 @@ BuildRequires: python3-sphinx BuildRequires: python3-sphinx-click BuildRequires: python3-sphinx_rtd_theme +# These aren't in Fedora any more, preventing us from running the tests. +# Buildstream master moved to pycodestyle though, so this will sort itself out. +#BuildRequires: python3-pep8 +#BuildRequires: python3-pytest-pep8 + # These aren't in Fedora yet, preventing us from running the tests #BuildRequires: python3-pytest-datafiles #BuildRequires: python3-pytest-env