Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
Pyston
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
Pyston
Commits
b7646a7e
Commit
b7646a7e
authored
Oct 27, 2015
by
Kevin Modzelewski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pin this dependency in this test. We should also figure out what's going wrong
parent
0072ae09
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
test/extra/cheetah_test.py
test/extra/cheetah_test.py
+1
-1
No files found.
test/extra/cheetah_test.py
View file @
b7646a7e
...
...
@@ -4,7 +4,7 @@ sys.path.append(os.path.dirname(__file__) + "/../lib")
from
test_helper
import
create_virtenv
,
run_test
ENV_NAME
=
os
.
path
.
abspath
(
"cheetah_test_env_"
+
os
.
path
.
basename
(
sys
.
executable
))
create_virtenv
(
ENV_NAME
,
[
"cheetah==2.4.4"
],
force_create
=
True
)
create_virtenv
(
ENV_NAME
,
[
"cheetah==2.4.4"
,
"Markdown==2.0.1"
],
force_create
=
True
)
cheetah_exe
=
os
.
path
.
join
(
ENV_NAME
,
"bin"
,
"cheetah"
)
env
=
os
.
environ
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment