itemadapter icon indicating copy to clipboard operation
itemadapter copied to clipboard

Tox env with no dependencies

Open elacuesta opened this issue 4 years ago • 8 comments

Fixes #10

Two problems with this:

  • ~Merging reports does not seem to be working, coverage report shows a 13.9% decrease that is not actually accurate.~
  • attrs is a dependency of pytest, so it gets installed. I tried to mock it but it's tricky, we need to prevent all imports from within itemadapter but not those within pytest; not sure it's worth it.

elacuesta avatar May 21 '20 19:05 elacuesta