SatelCreative / spylib

A library to facilitate interfacing with Shopify's API
https://satelcreative.github.io/spylib
MIT License
3 stars 2 forks source link

Fix/errors for tox #215

Closed rahulpatidar0191 closed 7 months ago

rahulpatidar0191 commented 7 months ago

Fix the errors we were getting when running tests

  [RuntimeError]
  The Poetry configuration is invalid:
    - Additional properties are not allowed ('group' was unexpected)
lishanl commented 7 months ago

Nope. The group is the new way for poetry to manage additional dependencies and the dev dependencies are deprecated so the fix ought to be on the tox side. See the "DEPRECATED" in bold here.

🕵🏼

rahulpatidar0191 commented 7 months ago

Will fix in another PR