Git Product home page Git Product logo

Comments (5)

spulec avatar spulec commented on June 17, 2024

I had not intended for the tests to be included with the distributions. That is now fixed with 47bcd0f.

Thanks.

from freezegun.

keszybz avatar keszybz commented on June 17, 2024

Hm, but why? Running tests is a nice way to check that things are OK. Not just in freezegun itself, but e.g. in dependencies.

from freezegun.

spulec avatar spulec commented on June 17, 2024

This was the original reason. I'm open to alternative suggestions, but tend to be -0 on things like a nested tests directory inside of the freezegun module.

from freezegun.

pypingou avatar pypingou commented on June 17, 2024

You can ship the tests in the tarball without nesting them in the module itself (because they should not be installed).

from freezegun.

keszybz avatar keszybz commented on June 17, 2024

I think that #27 was bogus. If I revert HEAD (so I'm effectively at freezegun@7da4cef779),

pip install .

does not install tests. Neither does

pip install freezegun==0.2.8

Neither does

python setup.py install --user

Nor

python setup.py sdist
pip install `pwd`/dist/freezegun-0.2.8.tar.gz --user  

I think that the reporter from #27 might have had an old egg in his git checkout directory.

from freezegun.

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.