CircleCI-Public / python-orb

Common CircleCI tasks for the Python programming language.
https://circleci.com/developer/orbs/orb/circleci/python
MIT License
13 stars 37 forks source link

Update examples to setup and install packages #58

Closed dsayling closed 2 years ago

dsayling commented 3 years ago

The tests just install and run pytest. They dont actually setup a full project and ensure python paths are setup and dependencies were installed correctly (beyond the test tool itself)

brivu commented 2 years ago

Hey @dsayling,

A lot of the set up depends on an individual user's configuration so it's hard to give a fully comprehensive example. Having said that, we'll take a look at this orb and see what we can do.

Best, Brian

Jaryt commented 2 years ago

Hi @dsayling I have added PYTHONPATH to be exported by default for the relevant jobs. I couldn't find anything more on paths regarding pipenv and poetry. Do you have any more pointers on this one?

Thanks!

Jaryt commented 2 years ago

@dsayling bump

dsayling commented 2 years ago

this would just be the non venv setups in reference to #57

Jaryt commented 2 years ago

Thanks Drew! That's why I was slightly confused here. Sounds good 👍