Skip to content

Commit

Permalink
Remove Python msrest/msrestazure from Autorest repo (Azure#1518)
Browse files Browse the repository at this point in the history
* Remove msrest from Autorest repo

* Remove Python msrest from gulpfile

* Remove hack in msrestazure to read ../msrest

* Update dependencies of Python msrestazure to get msrest from PyPI

* Adding mock in msrestazure tests

* Simplify tox config for msrestazure

* msrestazure 0.4.4 (Azure#1514)

* Remove msrestazure Python
  • Loading branch information
lmazuel authored and dsgouda committed Oct 28, 2016
1 parent af42005 commit 11ea8ee
Show file tree
Hide file tree
Showing 56 changed files with 0 additions and 9,291 deletions.
3 changes: 0 additions & 3 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -748,15 +748,12 @@ gulp.task('test:clientruntime:ruby', ['syncDependencies:runtime:ruby'], shell.ta
gulp.task('test:clientruntime:rubyazure', ['syncDependencies:runtime:rubyazure'], shell.task('bundle exec rspec', { cwd: './src/client/Ruby/ms-rest-azure/', verbosity: 3 }));
gulp.task('test:clientruntime:java', shell.task(basePathOrThrow() + '/gradlew :client-runtime:check', { cwd: './', verbosity: 3 }));
gulp.task('test:clientruntime:javaazure', shell.task(basePathOrThrow() + '/gradlew :azure-client-runtime:check', { cwd: './', verbosity: 3 }));
gulp.task('test:clientruntime:python', shell.task('tox', { cwd: './src/client/Python/msrest/', verbosity: 3 }));
gulp.task('test:clientruntime:pythonazure', shell.task('tox', { cwd: './src/client/Python/msrestazure/', verbose:true }));

gulp.task('test:clientruntime:javaauthjdk', shell.task(basePathOrThrow() + '/gradlew :azure-client-authentication:check', { cwd: './', verbosity: 3 }));
gulp.task('test:clientruntime:javaauthandroid', shell.task(basePathOrThrow() + '/gradlew :azure-android-client-authentication:check', { cwd: './', verbosity: 3 }));
gulp.task('test:clientruntime', function (cb) {
runSequence('test:clientruntime:node', 'test:clientruntime:nodeazure',
'test:clientruntime:ruby', 'test:clientruntime:rubyazure',
'test:clientruntime:python', 'test:clientruntime:pythonazure',
'test:clientruntime:java', 'test:clientruntime:javaazure',
'test:clientruntime:javaauthjdk', 'test:clientruntime:javaauthandroid', cb);
});
Expand Down
72 changes: 0 additions & 72 deletions src/client/Python/.gitignore

This file was deleted.

24 changes: 0 additions & 24 deletions src/client/Python/client_runtime.sln

This file was deleted.

1 change: 0 additions & 1 deletion src/client/Python/msrest/MANIFEST.in

This file was deleted.

241 changes: 0 additions & 241 deletions src/client/Python/msrest/doc/conf.py

This file was deleted.

Loading

0 comments on commit 11ea8ee

Please sign in to comment.