On Tue, Feb 09, 2021 at 10:33:53AM +0100, Piotr Ożarowski wrote: > [Julian Gilbey, 2021-02-09] > > > if your package uses pytest or nose{,2} then just add appropriate build > > > dependency (like: python3-pytest) and above command will not be used. > > > See pybuild's manual for more details > > > > It doesn't: it uses unittest. I guess I could depend on > > python3-pytest anyway, and that might solve it, but it seems a little > > strange to depend on python3-pytest when the package uses unittest. > > But then maybe I haven't understood something correctly. > > actually… pybuild should invoke something like this: > `{interpreter} -m unittest discover -v {args}` > so I don't know where "setup.py test" came from. Can you point me to > your package?
That's strange, then. Here's the package (not yet in the Debian archive): https://salsa.debian.org/python-team/packages/jsx-lexer Best wishes, Julian