Ned Batchelder
Ned Batchelder
How does Azure determine that CSS is unsafe?
I wonder if something else is going on. The stylesheets are served from the same place as the HTML files. There's no reason to mistrust the stylesheet, but to allow...
Have you confirmed that the styling is right if the CSS is inlined? It's not complicated to do, a small Python program could do it without involving npm.
I think this fix to coverage.py fixes this problem: https://github.com/nedbat/coveragepy/commit/72b21f1f1180ad52da646b1c47d8d2dc7f95c189. It hasn't been released for 4.5.x yet.
This is now fixed in coverage.py 4.5.4.
I'm not sure what is different between our setups. When I run that environment (adjusted for the changes on master), the test fails, with a ton of output, finishing in...
Can you give us a link to your repo so that we can try your scenario?
Can you provide us with a reproducible scenario?
We need: - the code you are running: a specific commit in a specific repo to checkout. - instructions for setting up your development environment - instructions for running the...
Perhaps you could put together a small repo that shows the same problem? I'm not familiar with pybuilder.