On Wed, Oct 04, 2023 at 07:58:11AM +0100, Carles Pina i Estany wrote:
> Recap: pytest executed from "pybuild-autopkgtest", in the
> python-cloudscraper package, would use the src cloudscrapper instead of
> the installed one.
> 
> So, to make sure that pytest uses the installed one, I added in
> debian/rules:
> 
> -----
> before-pybuild-autopkgtest:
>       mv cloudscraper $(AUTOPKGTEST_TMP)
> 
> after-pybuild-autopkgtest:
>       mv $(AUTOPKGTEST_TMP) cloudscraper
This looks very wrong, assuming it even runs.

Reply via email to