
GITHUB . COM {
}
Detected CMS Systems:
- Wordpress (2 occurrences)
Title:
setup.py test not installing elements from extra_requires with markers Β· Issue #1093 Β· pypa/setuptools
Description:
Steps to reproduce (requires using Python2): $ git clone https://github.com/alex/cryptography $ cd cryptography $ git checkout other-style-environment-markers $ virtualenv .venv $ source .venv/bin/activate $ python setup.py test [...] Tr...
Website Age:
17 years and 8 months (reg. 2007-10-09).
Matching Content Categories {π}
- Technology & Computing
- Video & Online Content
- Education
Content Management System {π}
What CMS is github.com built with?
Github.com is powered by WORDPRESS.
Traffic Estimate {π}
What is the average monthly size of github.com audience?
ππ Tremendous Traffic: 10M - 20M visitors per month
Based on our best estimate, this website will receive around 10,653,877 visitors per month in the current month.
check SE Ranking
check Ahrefs
check Similarweb
check Ubersuggest
check Semrush
How Does Github.com Make Money? {πΈ}
Subscription Packages {π³}
We've located a dedicated page on github.com that might include details about subscription plans or recurring payments. We identified it based on the word pricing in one of its internal links. Below, you'll find additional estimates for its monthly recurring revenues.How Much Does Github.com Make? {π°}
Subscription Packages {π³}
Prices on github.com are in US Dollars ($).
They range from $4.00/month to $21.00/month.
We estimate that the site has approximately 5,316,156 paying customers.
The estimated monthly recurring revenue (MRR) is $22,327,854.
The estimated annual recurring revenues (ARR) are $267,934,248.
Wordpress Themes and Plugins {π¨}
What WordPress theme does this site use?
It is strange but we were not able to detect any theme on the page.
What WordPress plugins does this website use?
It is strange but we were not able to detect any plugins on the page.
Keywords {π}
alex, file, benoitpierre, commented, member, line, extrasrequire, setuptools, test, setuppy, markers, author, import, jaraco, sign, code, issue, git, projects, return, ipaddress, pythonversion, correct, trd, regression, navigation, open, source, pull, requests, actions, security, installing, elements, extrarequires, closed, python, cryptography, call, setup, usersalexgaynorpyenvversionslibpythondistutilsdistpy, usersalexgaynorvirtualenvstempenvblibpythonsitepackagessetuptoolscommandtestpy, usersalexgaynorvirtualenvstempenvblibpythonsitepackagespkgresourcesinitpy, require, dont, requirements, installrequires, changed, insertions, deletions,
Topics {βοΈ}
/pypa/setuptools/blob/master/setuptools/command/test virtualenvs/tempenv-465426949608b/lib/python2 7/site-packages/setuptools/command/test benoit-pierre mentioned 7/site-packages/pkg_resources/__init__ style-environment-markers $ virtualenv /setuptools/command/test setuptools import command venv $ source jaraco closed personal information setup moves import map comment metadata assignees setuptools code automatically moving requirements py index fec78409 py index c14b1242 labels projects projects milestone 13/lib/python2 gained support open pkg_resources import cryptography diff --git py test py test [ processes extras_require extras_require version code issue command inline markers extern import installing elements recent call /users/alex_gaynor/ pyenv/versions/2 7/distutils/core problem appears generated wheels avoid breaking marker matches fixed quickly assigned labels milestone relationships 7/distutils/dist setuptools test def run
Payment Methods {π}
- Braintree
Questions {β}
- @benoit-pierre Is this issue still open?
- Already have an account?
- Is that correct?
Schema {πΊοΈ}
DiscussionForumPosting:
context:https://schema.org
headline:setup.py test not installing elements from extra_requires with markers
articleBody:Steps to reproduce (requires using Python2):
```pytb
$ git clone https://github.com/alex/cryptography
$ cd cryptography
$ git checkout other-style-environment-markers
$ virtualenv .venv
$ source .venv/bin/activate
$ python setup.py test
[...]
Traceback (most recent call last):
File "setup.py", line 307, in <module>
**keywords_with_side_effects(sys.argv)
File "/Users/alex_gaynor/.pyenv/versions/2.7.13/lib/python2.7/distutils/core.py", line 151, in setup
dist.run_commands()
File "/Users/alex_gaynor/.pyenv/versions/2.7.13/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/Users/alex_gaynor/.pyenv/versions/2.7.13/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/Users/alex_gaynor/.virtualenvs/tempenv-465426949608b/lib/python2.7/site-packages/setuptools/command/test.py", line 210, in run
with self.project_on_sys_path():
File "/Users/alex_gaynor/.pyenv/versions/2.7.13/lib/python2.7/contextlib.py", line 17, in __enter__
return self.gen.next()
File "/Users/alex_gaynor/.virtualenvs/tempenv-465426949608b/lib/python2.7/site-packages/setuptools/command/test.py", line 153, in project_on_sys_path
require('%s==%s' % (ei_cmd.egg_name, ei_cmd.egg_version))
File "/Users/alex_gaynor/.virtualenvs/tempenv-465426949608b/lib/python2.7/site-packages/pkg_resources/__init__.py", line 971, in require
needed = self.resolve(parse_requirements(requirements))
File "/Users/alex_gaynor/.virtualenvs/tempenv-465426949608b/lib/python2.7/site-packages/pkg_resources/__init__.py", line 857, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'ipaddress' distribution was not found and is required by cryptography
```
You can see the patch that triggers this here: https://github.com/pyca/cryptography/pull/3796
author:
url:https://github.com/alex
type:Person
name:alex
datePublished:2017-07-20T12:14:19.000Z
interactionStatistic:
type:InteractionCounter
interactionType:https://schema.org/CommentAction
userInteractionCount:10
url:https://github.com/1093/setuptools/issues/1093
context:https://schema.org
headline:setup.py test not installing elements from extra_requires with markers
articleBody:Steps to reproduce (requires using Python2):
```pytb
$ git clone https://github.com/alex/cryptography
$ cd cryptography
$ git checkout other-style-environment-markers
$ virtualenv .venv
$ source .venv/bin/activate
$ python setup.py test
[...]
Traceback (most recent call last):
File "setup.py", line 307, in <module>
**keywords_with_side_effects(sys.argv)
File "/Users/alex_gaynor/.pyenv/versions/2.7.13/lib/python2.7/distutils/core.py", line 151, in setup
dist.run_commands()
File "/Users/alex_gaynor/.pyenv/versions/2.7.13/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/Users/alex_gaynor/.pyenv/versions/2.7.13/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/Users/alex_gaynor/.virtualenvs/tempenv-465426949608b/lib/python2.7/site-packages/setuptools/command/test.py", line 210, in run
with self.project_on_sys_path():
File "/Users/alex_gaynor/.pyenv/versions/2.7.13/lib/python2.7/contextlib.py", line 17, in __enter__
return self.gen.next()
File "/Users/alex_gaynor/.virtualenvs/tempenv-465426949608b/lib/python2.7/site-packages/setuptools/command/test.py", line 153, in project_on_sys_path
require('%s==%s' % (ei_cmd.egg_name, ei_cmd.egg_version))
File "/Users/alex_gaynor/.virtualenvs/tempenv-465426949608b/lib/python2.7/site-packages/pkg_resources/__init__.py", line 971, in require
needed = self.resolve(parse_requirements(requirements))
File "/Users/alex_gaynor/.virtualenvs/tempenv-465426949608b/lib/python2.7/site-packages/pkg_resources/__init__.py", line 857, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'ipaddress' distribution was not found and is required by cryptography
```
You can see the patch that triggers this here: https://github.com/pyca/cryptography/pull/3796
author:
url:https://github.com/alex
type:Person
name:alex
datePublished:2017-07-20T12:14:19.000Z
interactionStatistic:
type:InteractionCounter
interactionType:https://schema.org/CommentAction
userInteractionCount:10
url:https://github.com/1093/setuptools/issues/1093
Person:
url:https://github.com/alex
name:alex
url:https://github.com/alex
name:alex
InteractionCounter:
interactionType:https://schema.org/CommentAction
userInteractionCount:10
interactionType:https://schema.org/CommentAction
userInteractionCount:10
External Links {π}(2)
Analytics and Tracking {π}
- Site Verification - Google
Libraries {π}
- Clipboard.js
- D3.js
- Lodash
- Normalize.css
Emails and Hosting {βοΈ}
Mail Servers:
- aspmx.l.google.com
- alt1.aspmx.l.google.com
- alt2.aspmx.l.google.com
- alt3.aspmx.l.google.com
- alt4.aspmx.l.google.com
Name Servers:
- dns1.p08.nsone.net
- dns2.p08.nsone.net
- dns3.p08.nsone.net
- dns4.p08.nsone.net
- ns-1283.awsdns-32.org
- ns-1707.awsdns-21.co.uk
- ns-421.awsdns-52.com
- ns-520.awsdns-01.net