[Bug 1933075] [NEW] pytest-flake8: add-on packages (python3-flake8-quotes etc.) missing

2021-06-21 Thread Tobias Burnus
Public bug reported:

I keep running into the issue that my patches contain "" instead of '' quotes
when submitting patches to GCC (GNU Compiler Collection):

Martin Liška wrote at gcc-patches@ to my patch:
> > Aha, the known issue that Ubuntu 20.04 has a too old flake8 such that I
> > only see a subset of the errors ...
>
> Note that flake8 has "plugins". At openSUSE, I install:
>
> python3-flake8
> python3-flake8-builtins
> python3-flake8-bugbear
> python3-flake8-import-order
> python3-flake8-quotes
> python3-flake8-comprehensions

** Affects: python-pytest-flake8 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1933075

Title:
  pytest-flake8:  add-on packages (python3-flake8-quotes  etc.) missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-pytest-flake8/+bug/1933075/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1878760] Re: gcc-10 is selecting amdgcn target by default

2021-04-26 Thread Tobias Burnus
Regarding "So installing gcc-10-offload-amdgcn will just make gcc build
binaries for amdgcn target which can't run on nvptx target."

GCC can compile a program for multiple GPUs at the same time. Which of
them is used (nvptx or gcn or none/host fallback) is chosen at runtime.
Hence, installing gcc-10-offload-amdgcn in addition to gcc-10-offload-
nvptx should work – you will get a binary which runs on nvptx (and gcn,
but that won't affect you).

Alternatively, you can explicitly specify:
-foffload=disable (no offloading, i.e. always uses the host fallback) and
-foffload=nvptx-none (i.e. compile for nvptx [and host fallback], only)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1878760

Title:
  gcc-10 is selecting amdgcn target by default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-10/+bug/1878760/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1902754] Re: SRU: pytest-flake8: permits pytest --flake8 (python3-pytest-flake8)

2020-11-12 Thread Tobias Burnus
Tried it by manually download + 'dpkg -i' install on Ubuntu 20.04.1 LTS
– and then running pytest-3 in GCC's contrib/gcc-changelog and it worked
fine.

Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1902754

Title:
  SRU: pytest-flake8: permits pytest --flake8 (python3-pytest-flake8)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-pytest-flake8/+bug/1902754/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1902754] [NEW] [needs-packaging] pytest-flake8: permits pytest --flake8 (python3-pytest-flake8)

2020-11-03 Thread Tobias Burnus
Public bug reported:

I hit this issue as GCC's mainline contrib/gcc-changelog/setup.cfg now requires 
it:
  pytest-3: error: unrecognized arguments: --flake8


The pieces are already there: python3-flake8 and python3-pytest – just 
python3-pytest-flake8 is missing.

See: https://pypi.org/project/pytest-flake8/

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1902754

Title:
   [needs-packaging] pytest-flake8: permits pytest --flake8 (python3
  -pytest-flake8)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1902754/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs