GithubHelp home page GithubHelp logo

django-nose2's People

Contributors

jpellerin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

django-nose2's Issues

Can I fork this project?

Hi jpellerin,

I noticed this project hasn't been updated in quite a while and I'm looking on possibly forking it to add enhancements for newer versions of Django. However I didn't see a license in the project so I just wanted to check with you first to see if you'd be OK with that and to see if you had a software license that you prefer.

-Mike Lee

Open Source License?

@jpellerin - From the comments you seem to not be maintaining this project anymore, but I found it useful to start from. Would you mind dropping an open source license of some sort into master so others can use, pick up from where you started (e.g BSD, MIT, Apache)?

Django 1.8 Compatibility

Per the release notes, The module django.test.simple and the class django.test.simple.DjangoTestSuiteRunner are removed.

Which causes the following failure:

/Users/kboers/src/firebolt/env/bin/python manage.py test --settings=firebolt.settings.testing -- 
Traceback (most recent call last):
  File "manage.py", line 10, in <module>
    execute_from_command_line(sys.argv)
  File "/Users/kboers/src/firebolt/env/lib/python2.7/site-packages/django/core/management/__init__.py", line 338, in execute_from_command_line
    utility.execute()
  File "/Users/kboers/src/firebolt/env/lib/python2.7/site-packages/django/core/management/__init__.py", line 330, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File "/Users/kboers/src/firebolt/env/lib/python2.7/site-packages/django/core/management/commands/test.py", line 30, in run_from_argv
    super(Command, self).run_from_argv(argv)
  File "/Users/kboers/src/firebolt/env/lib/python2.7/site-packages/django/core/management/base.py", line 378, in run_from_argv
    parser = self.create_parser(argv[0], argv[1])
  File "/Users/kboers/src/firebolt/env/lib/python2.7/site-packages/django/core/management/base.py", line 351, in create_parser
    self.add_arguments(parser)
  File "/Users/kboers/src/firebolt/env/lib/python2.7/site-packages/django/core/management/commands/test.py", line 52, in add_arguments
    test_runner_class = get_runner(settings, self.test_runner)
  File "/Users/kboers/src/firebolt/env/lib/python2.7/site-packages/django/test/utils.py", line 152, in get_runner
    test_module = __import__(test_module_name, {}, {}, force_str(test_path[-1]))
  File "/Users/kboers/src/firebolt/env/lib/python2.7/site-packages/djnose2/__init__.py", line 1, in <module>
    from djnose2.runner import TestRunner
  File "/Users/kboers/src/firebolt/env/lib/python2.7/site-packages/djnose2/runner.py", line 6, in <module>
    from django.test import simple
ImportError: cannot import name simple
make: *** [test] Error 1
BoersMBA:firebolt kboers [master] $ 

pip install of django-nose2 fails

Complete output from command python setup.py egg_info:
error in django-nose2 setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; Invalid requirement, parse error at "','"

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.