Giter Club home page Giter Club logo

Comments (7)

HelloThisIsFlo avatar HelloThisIsFlo commented on June 18, 2024

No worries. How can we test this locally? (without pushing a new version to pypi)

from appdaemon-test-framework.

HelloThisIsFlo avatar HelloThisIsFlo commented on June 18, 2024

Also, I realized that I forgot to update

python_requires=">=3.6",

when dropping support for python 3.6. We might want to use the opportunity to fix that as well.

from appdaemon-test-framework.

fhoekstra avatar fhoekstra commented on June 18, 2024

See #58
I built the wheel locally, then installed it into my working environment and re-ran

from appdaemon-test-framework.

fhoekstra avatar fhoekstra commented on June 18, 2024

And yes, I realized the same when I looked at that file 😄

from appdaemon-test-framework.

HelloThisIsFlo avatar HelloThisIsFlo commented on June 18, 2024

Haha. I've just seen your PR. You already fixed the point I mentioned above 😁👍

I built the wheel locally, then installed it into my working environment and re-ran

Could you write down the steps to do this? (I haven't worked with python in a year or so 😅)
I'd like to check it out as well

from appdaemon-test-framework.

fhoekstra avatar fhoekstra commented on June 18, 2024

Sure, in your local folder with this repo, you build the wheel using:
python setup.py bdist_wheel

Then you get a file on this path: dist/appdaemontestframework-4.0.0b2-py3-none-any.whl

That file can be installed into the venv you use for running your own appdaemon tests by running the following command from that venv:
python -m pip install <path_to_wheel>
I typically drag and drop the wheel to my prod appdaemon env because it simplifies the last command

from appdaemon-test-framework.

HelloThisIsFlo avatar HelloThisIsFlo commented on June 18, 2024

Cool. Thanks for the info, very useful for when I'll give that a go 😃 But for now I decided to trust you and I merged #58. So I'm closing this

from appdaemon-test-framework.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.