mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 14:03:30 +00:00 
			
		
		
		
	Add pytest-runner as a prereq to pip installing python-twitter.
While I was setting up the dev environment, pip failed to install python-twitter: https://github.com/bear/python-twitter/issues/406 This was fixed by manually installing pytest-runner before trying to install python-twitter, for both the python and python3 virtualenvs.
This commit is contained in:
		@@ -147,6 +147,9 @@ django-pipeline==1.6.9
 | 
				
			|||||||
git+https://github.com/sharmaeklavya2/PyAPNs.git@remove-simplejson#egg=apns==2.0.1
 | 
					git+https://github.com/sharmaeklavya2/PyAPNs.git@remove-simplejson#egg=apns==2.0.1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Needed for Twitter card integration
 | 
					# Needed for Twitter card integration
 | 
				
			||||||
 | 
					# Note that pytest-runner is a dependency of python-twitter's setup; ideally it
 | 
				
			||||||
 | 
					# wouldn't be here. See: https://github.com/bear/python-twitter/issues/406
 | 
				
			||||||
 | 
					pytest-runner==2.9
 | 
				
			||||||
git+https://github.com/bear/python-twitter@7fafaf291512bd103c3de2cb478ab48377c424d5#egg=python-twitter==3.1
 | 
					git+https://github.com/bear/python-twitter@7fafaf291512bd103c3de2cb478ab48377c424d5#egg=python-twitter==3.1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Needed for the email mirror
 | 
					# Needed for the email mirror
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user