Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small fixes #63

Merged
merged 1 commit into from
Apr 3, 2013
Merged

Small fixes #63

merged 1 commit into from
Apr 3, 2013

Conversation

sanga
Copy link
Contributor

@sanga sanga commented Apr 3, 2013

Fixes for a couple of small things I ran into whilst refactoring locust to run on top of requests 1.2

@@ -2,8 +2,7 @@

from setuptools import setup, find_packages
import sys, os

version = '0.6.2'
from locust import version
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This actually breaks installing Locust using setuptools or pip, because locust/init.py imports third party packages which aren't available until Locust has been installed.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup. True. Not my brightest day today. I guess the other fix is still valid so I'll push to this branch removing this commit.

heyman added a commit that referenced this pull request Apr 3, 2013
Removed Flask deprecation warning during tests
@heyman heyman merged commit b3fc8ef into locustio:master Apr 3, 2013
@heyman
Copy link
Member

heyman commented Apr 3, 2013

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants