Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
robotpkg-wip
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gepetto
robotpkg-wip
Commits
dc2973dd
Commit
dc2973dd
authored
5 years ago
by
Guilhem Saurel
Browse files
Options
Downloads
Patches
Plain Diff
[wip/py-curves] add patch-aa
to fix tests on python 3
parent
4f7e0280
No related branches found
Branches containing commit
No related tags found
Loading
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
py-curves/distinfo
+1
-0
1 addition, 0 deletions
py-curves/distinfo
py-curves/patches/patch-aa
+23
-0
23 additions, 0 deletions
py-curves/patches/patch-aa
with
24 additions
and
0 deletions
py-curves/distinfo
+
1
−
0
View file @
dc2973dd
SHA1 (curves-0.1.0.tar.gz) = 7b8319e4badbc8cc513e06d5be99e7590b613a76
RMD160 (curves-0.1.0.tar.gz) = d60b123e9488790428b83052e29712cde05654cc
Size (curves-0.1.0.tar.gz) = 805794 bytes
SHA1 (patch-aa) = 728e16f0054e05df8916b5b7f096a33d7eb64437
This diff is collapsed.
Click to expand it.
py-curves/patches/patch-aa
0 → 100644
+
23
−
0
View file @
dc2973dd
From b00c549fa309a1f16d4f20041778e357cceea3ef Mon Sep 17 00:00:00 2001
From: Guilhem Saurel <guilhem.saurel@laas.fr>
Date: Wed, 17 Apr 2019 13:04:37 +0200
Subject: [PATCH] [Test][Python] Remove StringIO, which is useless and fails in
python 3
---
python/test/test.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/python/test/test.py b/python/test/test.py
index d77db6b..2887625 100644
--- python/test/test.py
+++ python/test/test.py
@@ -1,5 +1,4 @@
# FOR PRINT, TO REMOVE
-import StringIO
import sys
# END FOR PRINT
--
2.17.1
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment