Advertisement
Guest User

Untitled

a guest
Aug 20th, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 56.04 KB | None | 0 0
  1. Last login: Tue Aug 14 15:48:41 on ttys012
  2. anye@ASTMAC04884TECH ~$ mp1
  3. cd mLast login: Tue Aug 14 15:58:01 2018 from 10.97.0.51
  4. [webuser@astdc-comweb01p ~]$ cd my/code/core/unver/clientsite/
  5. [webuser@astdc-comweb01p clientsite]$ export PYTHONPATH=/opt/comms/my/code/webapi:$PYTHONPATH
  6. [webuser@astdc-comweb01p clientsite]$ export PYTHONPATH=/opt/comms/my/code/dfa:$PYTHONPATH
  7. [webuser@astdc-comweb01p clientsite]$ export PYTHONPATH=/opt/comms/my/code/charts:$PYTHONPATH
  8. [webuser@astdc-comweb01p clientsite]$ export PYTHONPATH=/opt/comms/my/code/snapshot:$PYTHONPATH
  9. [webuser@astdc-comweb01p clientsite]$ /opt/comms/my/virtualenv/bin/python manage.py migrate snapshot
  10. Operations to perform:
  11. Apply all migrations: snapshot
  12. Running migrations:
  13. No migrations to apply.
  14. Your models have changes that are not yet reflected in a migration, and so won't be applied.
  15. Run 'manage.py makemigrations' to make new migrations, and then re-run 'manage.py migrate' to apply them.
  16. The following content types are stale and need to be deleted:
  17.  
  18. funds | attributeclass
  19. funds | attributeregion
  20. funds | attributes
  21. funds | attributetype
  22.  
  23. Any objects related to these content types by a foreign key will also
  24. be deleted. Are you sure you want to delete these content types?
  25. If you're unsure, answer 'no'.
  26.  
  27. Type 'yes' to continue, or 'no' to cancel: yes
  28. [webuser@astdc-comweb01p clientsite]$ /opt/comms/my/virtualenv/bin/python manage.py migrate snapshot
  29. Operations to perform:
  30. Apply all migrations: snapshot
  31. Running migrations:
  32. Rendering model states... DONE
  33. Applying snapshot.0002_auto_20180706_1354... OK
  34. [webuser@astdc-comweb01p clientsite]$ logout
  35. Connection to my1-prod closed.
  36. anye@ASTMAC04884TECH ~$ ds1
  37. sudo mysql
  38. use secure_site
  39. select *Last login: Tue Aug 14 16:49:06 2018 from 10.14.100.12
  40. [webuser@astdc-comsql01s ~]$ sudo mysql
  41. Welcome to the MySQL monitor. Commands end with ; or \g.
  42. Your MySQL connection id is 168193
  43. Server version: 5.6.12-log MySQL Community Server (GPL)
  44.  
  45. Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
  46.  
  47. Oracle is a registered trademark of Oracle Corporation and/or its
  48. affiliates. Other names may be trademarks of their respective
  49. owners.
  50.  
  51. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
  52.  
  53. mysql> use secure_site
  54. Reading table information for completion of table and column names
  55. You can turn off this feature to get a quicker startup with -A
  56.  
  57. Database changed
  58. mysql> select * from tblWebsiteUsers where primaryEmail = 'adrian.nye@dimensional.com';
  59. +-------+-------------------+-----------+----------+----------------------------+-------------+------------------+--------------+--------+------------------------+-------------+---------+-----------------+-----------+------------------------------------------+------------+---------------------+-------------------------------+------+---------------------+------------------+----------------+-------------+---------------------+---------+---------------+--------------------+--------+-------------------------------+------------------------+
  60. | id | websitePassportId | firstName | lastName | primaryEmail | firmName | addressLine1 | addressLine2 | city | stateTerritoryProvince | countryCode | zipCode | telephoneNumber | office_id | password | userTypeId | approvedDate | comment | note | lastLogin | userHasWebAccess | expirationDate | needsReview | firstLogin | visited | saleslogix_id | regionalDirectorId | crm_id | attachments_agreement_file_id | reports_as_attachments |
  61. +-------+-------------------+-----------+----------+----------------------------+-------------+------------------+--------------+--------+------------------------+-------------+---------+-----------------+-----------+------------------------------------------+------------+---------------------+-------------------------------+------+---------------------+------------------+----------------+-------------+---------------------+---------+---------------+--------------------+--------+-------------------------------+------------------------+
  62. | 22394 | 6 | Adrian | Nye | adrian.nye@dimensional.com | Dimensional | 6300 Bee Cave Rd | Building One | Austin | TX | NA | 78746 | 512-306-2650 | 1 | 3273271111cdc2fe4cb2787ea00b0474777d51f7 | 7 | 2011-11-30 10:34:12 | I work on my.dimensional.com. | | 2018-08-14 13:26:46 | 1 | NULL | 1 | 2011-12-01 10:34:12 | 1 | NULL | 42 | NULL | NULL | 0 |
  63. +-------+-------------------+-----------+----------+----------------------------+-------------+------------------+--------------+--------+------------------------+-------------+---------+-----------------+-----------+------------------------------------------+------------+---------------------+-------------------------------+------+---------------------+------------------+----------------+-------------+---------------------+---------+---------------+--------------------+--------+-------------------------------+------------------------+
  64. 1 row in set (0.00 sec)
  65.  
  66. mysql> select * from tblWebsiteUsers where primaryEmail = 'adrian.nye@contractor.dimensional.com';
  67. Empty set (0.00 sec)
  68.  
  69. mysql> select * from auth_user limit 1;
  70. +----+---------------------------+------------+-----------+---------------------------+-----------------------------------------------------+----------+-----------+--------------+----------------------------+---------------------+
  71. | id | username | first_name | last_name | email | password | is_staff | is_active | is_superuser | last_login | date_joined |
  72. +----+---------------------------+------------+-----------+---------------------------+-----------------------------------------------------+----------+-----------+--------------+----------------------------+---------------------+
  73. | 1 | jeremy.james@dfafunds.com | | | jeremy.james@dfafunds.com | sha1$fd73c$a44dc97bf182e6b6b6713ecfc752d186a4252335 | 1 | 1 | 1 | 2013-02-22 08:40:33.000000 | 2011-01-14 19:54:05 |
  74. +----+---------------------------+------------+-----------+---------------------------+-----------------------------------------------------+----------+-----------+--------------+----------------------------+---------------------+
  75. 1 row in set (0.00 sec)
  76.  
  77. mysql> select * from auth_user where username = 'adrian.nye@dimensional.com';
  78. +-------+----------------------------+------------+-----------+----------------------------+-----------------------------------------------------+----------+-----------+--------------+----------------------------+---------------------+
  79. | id | username | first_name | last_name | email | password | is_staff | is_active | is_superuser | last_login | date_joined |
  80. +-------+----------------------------+------------+-----------+----------------------------+-----------------------------------------------------+----------+-----------+--------------+----------------------------+---------------------+
  81. | 21319 | adrian.nye@dimensional.com | | | adrian.nye@dimensional.com | sha1$d8558$d6cca560cbc9d8c5653531bd5995fb576e1e5396 | 1 | 1 | 1 | 2018-08-14 13:26:46.061357 | 2011-11-12 15:42:50 |
  82. +-------+----------------------------+------------+-----------+----------------------------+-----------------------------------------------------+----------+-----------+--------------+----------------------------+---------------------+
  83. 1 row in set (0.00 sec)
  84.  
  85. mysql> packet_write_wait: Connection to 10.97.15.22 port 22: Broken pipe
  86. anye@ASTMAC04884TECH ~$ clear
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152. E325: ATTENTION
  153. Found a swap file by the name "/var/tmp/tox.ini.swp"
  154. owned by: anye dated: Tue Aug 14 11:57:43 2018
  155. file name: ~anye/src/core/unver/webapi/tox.ini
  156. modified: no
  157. user name: anye host name: ASTMAC04884TECH.local
  158. process ID: 22985 (still running)
  159. While opening file "tox.ini"
  160. dated: Tue Aug 14 11:57:19 2018
  161.  
  162. (1) Another program may be editing the same file. If this is the case,
  163. be careful not to end up with two different instances of the same
  164. file when making changes. Quit, or continue with caution.
  165. (2) An edit session for this file crashed.
  166. If this is the case, use ":recover" or "vim -r tox.ini"
  167. to recover the changes (see ":help recovery").
  168. If you did this already, delete the swap file "/var/tmp/tox.ini.swp"
  169. to avoid this message.
  170.  
  171. Swap file "/var/tmp/tox.ini.swp" already exists!
  172. "tox.ini" 74L, 2467C
  173. [tox]
  174. envlist =
  175. py36-live-client
  176. # We have tests that are live (need a separate running webapi server and databases)
  177. # and tests that are local (hit local webapi runserver and local database).
  178. py36-{live,local}-server
  179. coverage
  180. style
  181.  
  182.  
  183. [testenv]
  184. passenv =
  185. # Pass this variable so running pip through tox will use keys stored via ssh-agent.
  186. SSH_AUTH_SOCK
  187. # Allow docker to switch out the webapi host.
  188. WEBAPI_URL
  189. install_command = pip install --no-deps --no-index --trusted-host astdc-infdeploy02p.dimensional.com --find-links=http://astdc-infdeploy02p.dimensional.com/repos/comms/python/ {opts} {packages}
  190. deps=
  191. # dfa library dependency
  192. client,server: git+ssh://git@stash.dimensional.com/itsme/dfa.git
  193. client,server: Cython
  194.  
  195. # Client dependencies.
  196. client: memorised==1.1.0
  197. client: python-dateutil==2.4.0
  198. client: python3_memcached==1.51
  199. client: pytz>=2013.9
  200. # Requests library and dependencies.
  201. client: requests==2.5.1
  202. client: six==1.7.3
  203. # dfa library dependencies.
  204. client: django==1.9.6
  205.  
  206. # Server dependencies.
  207. server: -rrequirements.txt
  208.  
  209. # Test dependencies.
  210. client,server: ddt==1.0.1
  211. client,server: model_mommy==1.2.6
  212. ~/src/core/unver/webapi/tox.ini [21/74 (28%)]
  213. "tox.ini" 74L, 2475C written
  214. [tox]
  215. envlist =
  216. py36-live-client
  217. # We have tests that are live (need a separate running webapi server and databases)
  218. # and tests that are local (hit local webapi runserver and local database).
  219. py36-{live,local}-server
  220. coverage
  221. style
  222.  
  223.  
  224. [testenv]
  225. passenv =
  226. # Pass this variable so running pip through tox will use keys stored via ssh-agent.
  227. SSH_AUTH_SOCK
  228. # Allow docker to switch out the webapi host.
  229. WEBAPI_URL
  230. install_command = pip install --no-deps --no-index --trusted-host astdc-infdeploy02p.dimensional.com --find-links=http://astdc-infdeploy02p.dimensional.com/repos/comms/python/ {opts} {packages}
  231. deps=
  232. # dfa library dependency
  233. client,server: git+ssh://git@stash.dimensional.com/itsme/dfa.git
  234. client,server: Cython
  235.  
  236. # Client dependencies.
  237. client: memorised==1.1.0
  238. client: python-dateutil==2.4.0
  239. client: python3_memcached==1.51
  240. client: pytz>=2013.9
  241. # Requests library and dependencies.
  242. client: requests==2.5.1
  243. client: six==1.7.3
  244. # dfa library dependencies.
  245. client: django==1.9.6
  246.  
  247. # Server dependencies.
  248. server: -rrequirements.txt
  249.  
  250. # Test dependencies.
  251. client,server: ddt==1.0.1
  252. client,server: model_mommy==1.2.6
  253. ~/src/core/unver/webapi/tox.ini [21/74 (28%)]
  254. [tox]
  255. envlist =
  256. py36-live-client
  257. # We have tests that are live (need a separate running webapi server and databases)
  258. # and tests that are local (hit local webapi runserver and local database).
  259. py36-{live,local}-server
  260. coverage
  261. style
  262.  
  263.  
  264. [testenv]
  265. passenv =
  266. # Pass this variable so running pip through tox will use keys stored via ssh-agent.
  267. SSH_AUTH_SOCK
  268. # Allow docker to switch out the webapi host.
  269. WEBAPI_URL
  270. install_command = pip install --no-deps --no-index --trusted-host astdc-infdeploy02p.dimensionaa
  271. l.com --find-links=http://astdc-infdeploy02p.dimensional.com/repos/comms/python/ {opts} {packagg
  272. es}
  273. deps=
  274. # dfa library dependency
  275. client,server: git+ssh://git@stash.dimensional.com/itsme/dfa.git
  276. client,server: Cython
  277.  
  278. # Client dependencies.
  279. client: memorised==1.1.0
  280. client: python-dateutil==2.4.0
  281. client: python3_memcached==1.51
  282. client: pytz>=2013.9
  283. # Requests library and dependencies.
  284. client: requests==2.5.1
  285. client: six==1.7.3
  286. # dfa library dependencies.
  287. client: django==1.9.6
  288.  
  289. # Server dependencies.
  290. server: -rrequirements.txt
  291.  
  292. # Test dependencies.
  293. client,server: ddt==1.0.1
  294. client,server: model_mommy==1.2.6
  295. client,server: coverage
  296. client,server: cov-core
  297. ~/src/core/unver/webapi/tox.ini [21/74 (28%)]
  298. [tox]
  299. envlist =
  300. py36-live-client
  301. # We have tests that are live (need a separate running webapi server and databases)
  302. # and tests that are local (hit local webapi runserver and local database).
  303. py36-{live,local}-server
  304. coverage
  305. style
  306.  
  307.  
  308. [testenv]
  309. passenv =
  310. # Pass this variable so running pip through tox will use keys stored via ssh-agent.
  311. SSH_AUTH_SOCK
  312. # Allow docker to switch out the webapi host.
  313. WEBAPI_URL
  314. install_command = pip install --no-deps --no-index --trusted-host astdc-infdeploy02p.dimensional.com --finn
  315. d-links=http://astdc-infdeploy02p.dimensional.com/repos/comms/python/ {opts} {packages}
  316. deps=
  317. # dfa library dependency
  318. client,server: git+ssh://git@stash.dimensional.com/itsme/dfa.git
  319. client,server: Cython
  320.  
  321. # Client dependencies.
  322. client: memorised==1.1.0
  323. client: python-dateutil==2.4.0
  324. client: python3_memcached==1.51
  325. client: pytz>=2013.9
  326. # Requests library and dependencies.
  327. client: requests==2.5.1
  328. client: six==1.7.3
  329. # dfa library dependencies.
  330. client: django==1.9.6
  331.  
  332. # Server dependencies.
  333. server: -rrequirements.txt
  334.  
  335. # Test dependencies.
  336. client,server: ddt==1.0.1
  337. client,server: model_mommy==1.2.6
  338. client,server: coverage
  339. client,server: cov-core
  340. # py.test and dependencies.
  341. ~/src/core/unver/webapi/tox.ini [21/74 (28%)]
  342. [tox]
  343. envlist =
  344. py36-live-client
  345. # We have tests that are live (need a separate running webapi server and databases)
  346. # and tests that are local (hit local webapi runserver and local database).
  347. py36-{live,local}-server
  348. coverage
  349. style
  350.  
  351.  
  352. [testenv]
  353. passenv =
  354. # Pass this variable so running pip through tox will use keys stored via ssh-agent.
  355. SSH_AUTH_SOCK
  356. # Allow docker to switch out the webapi host.
  357. WEBAPI_URL
  358. install_command = pip install --no-deps --no-index --trusted-host astdc-infdeploy02p.dimensional.com --find-links=httt
  359. p://astdc-infdeploy02p.dimensional.com/repos/comms/python/ {opts} {packages}
  360. deps=
  361. # dfa library dependency
  362. client,server: git+ssh://git@stash.dimensional.com/itsme/dfa.git
  363. client,server: Cython
  364.  
  365. # Client dependencies.
  366. client: memorised==1.1.0
  367. client: python-dateutil==2.4.0
  368. client: python3_memcached==1.51
  369. client: pytz>=2013.9
  370. # Requests library and dependencies.
  371. client: requests==2.5.1
  372. client: six==1.7.3
  373. # dfa library dependencies.
  374. client: django==1.9.6
  375.  
  376. # Server dependencies.
  377. server: -rrequirements.txt
  378.  
  379. # Test dependencies.
  380. client,server: ddt==1.0.1
  381. client,server: model_mommy==1.2.6
  382. client,server: coverage
  383. client,server: cov-core
  384. # py.test and dependencies.
  385. ~/src/core/unver/webapi/tox.ini [21/74 (28%)]
  386. [tox]
  387. envlist =
  388. py36-live-client
  389. # We have tests that are live (need a separate running webapi server and databases)
  390. # and tests that are local (hit local webapi runserver and local database).
  391. py36-{live,local}-server
  392. coverage
  393. style
  394.  
  395.  
  396. [testenv]
  397. passenv =
  398. # Pass this variable so running pip through tox will use keys stored via ssh-agent.
  399. SSH_AUTH_SOCK
  400. # Allow docker to switch out the webapi host.
  401. WEBAPI_URL
  402. install_command = pip install --no-deps --no-index --trusted-host astdc-infdeploy02p.dimensional.com --find-links=http://astdc-infdeploy02p.dimensional.com/repos/comms/python/ {opts} {packages}
  403. deps=
  404. # dfa library dependency
  405. client,server: git+ssh://git@stash.dimensional.com/itsme/dfa.git
  406. client,server: Cython
  407.  
  408. # Client dependencies.
  409. client: memorised==1.1.0
  410. client: python-dateutil==2.4.0
  411. client: python3_memcached==1.51
  412. client: pytz>=2013.9
  413. # Requests library and dependencies.
  414. client: requests==2.5.1
  415. client: six==1.7.3
  416. # dfa library dependencies.
  417. client: django==1.9.6
  418.  
  419. # Server dependencies.
  420. server: -rrequirements.txt
  421.  
  422. # Test dependencies.
  423. client,server: ddt==1.0.1
  424. client,server: model_mommy==1.2.6
  425. client,server: coverage
  426. client,server: cov-core
  427. # py.test and dependencies.
  428. ~/src/core/unver/webapi/tox.ini [21/74 (28%)]
  429. [tox]
  430. envlist =
  431. py36-live-client
  432. # We have tests that are live (need a separate running webapi server and databases)
  433. # and tests that are local (hit local webapi runserver and local database).
  434. py36-{live,local}-server
  435. coverage
  436. style
  437.  
  438.  
  439. [testenv]
  440. passenv =
  441. # Pass this variable so running pip through tox will use keys stored via ssh-agent.
  442. SSH_AUTH_SOCK
  443. # Allow docker to switch out the webapi host.
  444. WEBAPI_URL
  445. install_command = pip install --no-deps --no-index --trusted-host astdc-infdeploy02p.dimensional.com --find-links=http://astdc-infdeploy02p.dimensional.com/repos/comms/python/ {opts} {packages}
  446. deps=
  447. # dfa library dependency
  448. client,server: git+ssh://git@stash.dimensional.com/itsme/dfa.git
  449. client,server: Cython
  450.  
  451. # Client dependencies.
  452. client: memorised==1.1.0
  453. client: python-dateutil==2.4.0
  454. client: python3_memcached==1.51
  455. client: pytz>=2013.9
  456. # Requests library and dependencies.
  457. client: requests==2.5.1
  458. client: six==1.7.3
  459. # dfa library dependencies.
  460. client: django==1.9.6
  461.  
  462. # Server dependencies.
  463. server: -rrequirements.txt
  464.  
  465. # Test dependencies.
  466. client,server: ddt==1.0.1
  467. client,server: model_mommy==1.2.6
  468. client,server: coverage
  469. client,server: cov-core
  470. # py.test and dependencies.
  471. ~/src/core/unver/webapi/tox.ini [21/74 (28%)]
  472. [tox]
  473. envlist =
  474. py36-live-client
  475. # We have tests that are live (need a separate running webapi server and databases)
  476. # and tests that are local (hit local webapi runserver and local database).
  477. py36-{live,local}-server
  478. coverage
  479. style
  480.  
  481.  
  482. [testenv]
  483. passenv =
  484. # Pass this variable so running pip through tox will use keys stored via ssh-agent.
  485. SSH_AUTH_SOCK
  486. # Allow docker to switch out the webapi host.
  487. WEBAPI_URL
  488. install_command = pip install --no-deps --no-index --trusted-host astdc-infdeploy02p.dimensional.com --find-links=http://astdc-infdeploy02p.dimensional.com/repos/comms/python/ {opts} {packages}
  489. deps=
  490. # dfa library dependency
  491. client,server: git+ssh://git@stash.dimensional.com/itsme/dfa.git
  492. client,server: Cython
  493.  
  494. # Client dependencies.
  495. client: memorised==1.1.0
  496. client: python-dateutil==2.4.0
  497. client: python3_memcached==1.51
  498. client: pytz>=2013.9
  499. # Requests library and dependencies.
  500. client: requests==2.5.1
  501. client: six==1.7.3
  502. # dfa library dependencies.
  503. client: django==1.9.6
  504.  
  505. # Server dependencies.
  506. server: -rrequirements.txt
  507.  
  508. # Test dependencies.
  509. client,server: ddt==1.0.1
  510. client,server: model_mommy==1.2.6
  511. client,server: coverage
  512. client,server: cov-core
  513. # py.test and dependencies.
  514. ~/src/core/unver/webapi/tox.ini [21/74 (28%)]
  515. [tox]
  516. envlist =
  517. py36-live-client
  518. # We have tests that are live (need a separate running webapi server and databases)
  519. # and tests that are local (hit local webapi runserver and local database).
  520. py36-{live,local}-server
  521. coverage
  522. style
  523.  
  524.  
  525. [testenv]
  526. passenv =
  527. # Pass this variable so running pip through tox will use keys stored via ssh-agent.
  528. SSH_AUTH_SOCK
  529. # Allow docker to switch out the webapi host.
  530. WEBAPI_URL
  531. install_command = pip install --no-deps --no-index --trusted-host astdc-infdeploy02p.dimensional.com --find-links=http://astdc-infdeploy02p.dimensional.com/repos/comms/python/ {opts} {packages}
  532. deps=
  533. # dfa library dependency
  534. client,server: git+ssh://git@stash.dimensional.com/itsme/dfa.git
  535. client,server: Cython
  536.  
  537. # Client dependencies.
  538. client: memorised==1.1.0
  539. client: python-dateutil==2.4.0
  540. client: python3_memcached==1.51
  541. client: pytz>=2013.9
  542. # Requests library and dependencies.
  543. client: requests==2.5.1
  544. client: six==1.7.3
  545. # dfa library dependencies.
  546. client: django==1.9.6
  547.  
  548. # Server dependencies.
  549. server: -rrequirements.txt
  550.  
  551. # Test dependencies.
  552. client,server: ddt==1.0.1
  553. client,server: model_mommy==1.2.6
  554. client,server: coverage
  555. client,server: cov-core
  556. # py.test and dependencies.
  557. ~/src/core/unver/webapi/tox.ini [21/74 (28%)]
  558. [tox]
  559. envlist =
  560. py36-live-client
  561. # We have tests that are live (need a separate running webapi server and databases)
  562. # and tests that are local (hit local webapi runserver and local database).
  563. py36-{live,local}-server
  564. coverage
  565. style
  566.  
  567.  
  568. [testenv]
  569. passenv =
  570. # Pass this variable so running pip through tox will use keys stored via ssh-agent.
  571. SSH_AUTH_SOCK
  572. # Allow docker to switch out the webapi host.
  573. WEBAPI_URL
  574. install_command = pip install --no-deps --no-index --trusted-host astdc-infdeploy02p.dimensional.com --find-links=http://astdc-infdeploy02p.dimensional.com/repos/comms/python/ {opts} {packages}
  575. deps=
  576. # dfa library dependency
  577. client,server: git+ssh://git@stash.dimensional.com/itsme/dfa.git
  578. client,server: Cython
  579.  
  580. # Client dependencies.
  581. client: memorised==1.1.0
  582. client: python-dateutil==2.4.0
  583. client: python3_memcached==1.51
  584. client: pytz>=2013.9
  585. # Requests library and dependencies.
  586. client: requests==2.5.1
  587. client: six==1.7.3
  588. # dfa library dependencies.
  589. client: django==1.9.6
  590.  
  591. # Server dependencies.
  592. server: -rrequirements.txt
  593.  
  594. # Test dependencies.
  595. client,server: ddt==1.0.1
  596. client,server: model_mommy==1.2.6
  597. client,server: coverage
  598. client,server: cov-core
  599. # py.test and dependencies.
  600. ~/src/core/unver/webapi/tox.ini [21/74 (28%)]
  601. [tox]
  602. envlist =
  603. py36-live-client
  604. # We have tests that are live (need a separate running webapi server and databases)
  605. # and tests that are local (hit local webapi runserver and local database).
  606. py36-{live,local}-server
  607. coverage
  608. style
  609.  
  610.  
  611. [testenv]
  612. passenv =
  613. # Pass this variable so running pip through tox will use keys stored via ssh-agent.
  614. SSH_AUTH_SOCK
  615. # Allow docker to switch out the webapi host.
  616. WEBAPI_URL
  617. install_command = pip install --no-deps --no-index --trusted-host astdc-infdeploy02p.dimensional.com --find-links=http://astdc-infdeploy02p.dimensional.com//
  618. repos/comms/python/ {opts} {packages}
  619. deps=
  620. # dfa library dependency
  621. client,server: git+ssh://git@stash.dimensional.com/itsme/dfa.git
  622. client,server: Cython
  623.  
  624. # Client dependencies.
  625. client: memorised==1.1.0
  626. client: python-dateutil==2.4.0
  627. client: python3_memcached==1.51
  628. client: pytz>=2013.9
  629. # Requests library and dependencies.
  630. client: requests==2.5.1
  631. client: six==1.7.3
  632. # dfa library dependencies.
  633. client: django==1.9.6
  634.  
  635. # Server dependencies.
  636. server: -rrequirements.txt
  637.  
  638. # Test dependencies.
  639. client,server: ddt==1.0.1
  640. client,server: model_mommy==1.2.6
  641. client,server: coverage
  642. client,server: cov-core
  643. # py.test and dependencies.
  644. ~/src/core/unver/webapi/tox.ini [21/74 (28%)]
  645. [tox]
  646. envlist =
  647. py36-live-client
  648. # We have tests that are live (need a separate running webapi server and databases)
  649. # and tests that are local (hit local webapi runserver and local database).
  650. py36-{live,local}-server
  651. coverage
  652. style
  653.  
  654.  
  655. [testenv]
  656. passenv =
  657. # Pass this variable so running pip through tox will use keys stored via ssh-agent.
  658. SSH_AUTH_SOCK
  659. # Allow docker to switch out the webapi host.
  660. WEBAPI_URL
  661. install_command = pip install --no-deps --no-index --trusted-host astdc-infdeploy02p.dimensional.com --find-links=http://astdc-infdeploy02p.dimensional.com/repos/comms/python/ {opts} {packages}
  662. deps=
  663. # dfa library dependency
  664. client,server: git+ssh://git@stash.dimensional.com/itsme/dfa.git
  665. client,server: Cython
  666.  
  667. # Client dependencies.
  668. client: memorised==1.1.0
  669. client: python-dateutil==2.4.0
  670. client: python3_memcached==1.51
  671. client: pytz>=2013.9
  672. # Requests library and dependencies.
  673. client: requests==2.5.1
  674. client: six==1.7.3
  675. # dfa library dependencies.
  676. client: django==1.9.6
  677.  
  678. # Server dependencies.
  679. server: -rrequirements.txt
  680.  
  681. # Test dependencies.
  682. client,server: ddt==1.0.1
  683. client,server: model_mommy==1.2.6
  684. client,server: coverage
  685. client,server: cov-core
  686. # py.test and dependencies.
  687. ~/src/core/unver/webapi/tox.ini [21/74 (28%)]
  688. [tox]
  689. envlist =
  690. py36-live-client
  691. # We have tests that are live (need a separate running webapi server and databases)
  692. # and tests that are local (hit local webapi runserver and local database).
  693. py36-{live,local}-server
  694. coverage
  695. style
  696.  
  697.  
  698. [testenv]
  699. passenv =
  700. # Pass this variable so running pip through tox will use keys stored via ssh-agent.
  701. SSH_AUTH_SOCK
  702. # Allow docker to switch out the webapi host.
  703. WEBAPI_URL
  704. install_command = pip install --no-deps --no-index --trusted-host astdc-infdeploy02p.dimensional.com --find-links=http://astdc-infdeploy02p.dimensional.com/repos/comms/python/ {opts} {packages}
  705. deps=
  706. # dfa library dependency
  707. client,server: git+ssh://git@stash.dimensional.com/itsme/dfa.git
  708. client,server: Cython
  709.  
  710. # Client dependencies.
  711. client: memorised==1.1.0
  712. client: python-dateutil==2.4.0
  713. client: python3_memcached==1.51
  714. client: pytz>=2013.9
  715. # Requests library and dependencies.
  716. client: requests==2.5.1
  717. client: six==1.7.3
  718. # dfa library dependencies.
  719. client: django==1.9.6
  720.  
  721. # Server dependencies.
  722. server: -rrequirements.txt
  723.  
  724. # Test dependencies.
  725. client,server: ddt==1.0.1
  726. client,server: model_mommy==1.2.6
  727. client,server: coverage
  728. client,server: cov-core
  729. # py.test and dependencies.
  730. ~/src/core/unver/webapi/tox.ini [21/74 (28%)]
  731. [tox]
  732. envlist =
  733. py36-live-client
  734. # We have tests that are live (need a separate running webapi server and databases)
  735. # and tests that are local (hit local webapi runserver and local database).
  736. py36-{live,local}-server
  737. coverage
  738. style
  739.  
  740.  
  741. [testenv]
  742. passenv =
  743. # Pass this variable so running pip through tox will use keys stored via ssh-agent.
  744. SSH_AUTH_SOCK
  745. # Allow docker to switch out the webapi host.
  746. WEBAPI_URL
  747. install_command = pip install --no-deps --no-index --trusted-host astdc-infdeploy02p.dimensional.com --find-links=http://astdc-infdeploy02p.dimensional.com/repos/comms/python/ {opts} {packages}
  748. deps=
  749. # dfa library dependency
  750. client,server: git+ssh://git@stash.dimensional.com/itsme/dfa.git
  751. client,server: Cython
  752.  
  753. # Client dependencies.
  754. client: memorised==1.1.0
  755. client: python-dateutil==2.4.0
  756. client: python3_memcached==1.51
  757. client: pytz>=2013.9
  758. # Requests library and dependencies.
  759. client: requests==2.5.1
  760. client: six==1.7.3
  761. # dfa library dependencies.
  762. client: django==1.9.6
  763.  
  764. # Server dependencies.
  765. server: -rrequirements.txt
  766.  
  767. # Test dependencies.
  768. client,server: ddt==1.0.1
  769. client,server: model_mommy==1.2.6
  770. client,server: coverage
  771. client,server: cov-core
  772. # py.test and dependencies.
  773. ~/src/core/unver/webapi/tox.ini [21/74 (28%)]
  774. envlist =
  775. py36-live-client
  776. # We have tests that are live (need a separate running webapi server and databases)
  777. # and tests that are local (hit local webapi runserver and local database).
  778. py36-{live,local}-server
  779. coverage
  780. style
  781.  
  782.  
  783. [testenv]
  784. passenv =
  785. # Pass this variable so running pip through tox will use keys stored via ssh-agent.
  786. SSH_AUTH_SOCK
  787. # Allow docker to switch out the webapi host.
  788. WEBAPI_URL
  789. install_command = pip install --no-deps --no-index --trusted-host astdc-infdeploy02p.dimensional.com --find-links=http://astdc-infdeploy02p.dimensional.com/repos/comms/python/ {opts} {packages}
  790. deps=
  791. # dfa library dependency
  792. client,server: git+ssh://git@stash.dimensional.com/itsme/dfa.git
  793. client,server: Cython
  794.  
  795. # Client dependencies.
  796. client: memorised==1.1.0
  797. client: python-dateutil==2.4.0
  798. client: python3_memcached==1.51
  799. client: pytz>=2013.9
  800. # Requests library and dependencies.
  801. client: requests==2.5.1
  802. client: six==1.7.3
  803. # dfa library dependencies.
  804. client: django==1.9.6
  805.  
  806. # Server dependencies.
  807. server: -rrequirements.txt
  808.  
  809. # Test dependencies.
  810. client,server: ddt==1.0.1
  811. client,server: model_mommy==1.2.6
  812. client,server: coverage
  813. client,server: cov-core
  814. # py.test and dependencies.
  815. ~/src/core/unver/webapi/tox.ini [21/74 (28%)] envlist =
  816. py36-live-client
  817. # We have tests that are live (need a separate running webapi server and databases)
  818. # and tests that are local (hit local webapi runserver and local database).
  819. py36-{live,local}-server
  820. coverage
  821. style
  822.  
  823.  
  824. [testenv]
  825. passenv =
  826. # Pass this variable so running pip through tox will use keys stored via ssh-agent.
  827. SSH_AUTH_SOCK
  828. # Allow docker to switch out the webapi host.
  829. WEBAPI_URL
  830. install_command = pip install --no-deps --no-index --trusted-host astdc-infdeploy02p.dimensional.com --find-links=http://astdc-infdeploy02p.dimensional.com/repos/comms/python/ {opts} {packages}
  831. deps=
  832. # dfa library dependency
  833. client,server: git+ssh://git@stash.dimensional.com/itsme/dfa.git
  834. client,server: Cython
  835.  
  836. # Client dependencies.
  837. client: memorised==1.1.0
  838. client: python-dateutil==2.4.0
  839. client: python3_memcached==1.51
  840. client: pytz>=2013.9
  841. # Requests library and dependencies.
  842. client: requests==2.5.1
  843. client: six==1.7.3
  844. # dfa library dependencies.
  845. client: django==1.9.6
  846.  
  847. # Server dependencies.
  848. server: -rrequirements.txt
  849.  
  850. # Test dependencies.
  851. client,server: ddt==1.0.1
  852. client,server: model_mommy==1.2.6
  853. client,server: coverage
  854. client,server: cov-core
  855. # py.test and dependencies.
  856. ~/src/core/unver/webapi/tox.ini [21/74 (28%)] [tox]
  857. envlist =
  858. py36-live-client
  859. # We have tests that are live (need a separate running webapi server and databases)
  860. # and tests that are local (hit local webapi runserver and local database).
  861. py36-{live,local}-server
  862. coverage
  863. style
  864.  
  865.  
  866. [testenv]
  867. passenv =
  868. # Pass this variable so running pip through tox will use keys stored via ssh-agent.
  869. SSH_AUTH_SOCK
  870. # Allow docker to switch out the webapi host.
  871. WEBAPI_URL
  872. install_command = pip install --no-deps --no-index --trusted-host astdc-infdeploy02p.dimensional.com --find-links=http://astdc-infdeploy02p.dimensional.com/repos/co/python/ {opts} {packages}
  873. deps=
  874. # dfa library dependency
  875. client,server: git+ssh://git@stash.dimensional.com/itsme/dfa.git
  876. client,server: Cython
  877.  
  878. # Client dependencies.
  879. client: memorised==1.1.0
  880. client: python-dateutil==2.4.0
  881. client: python3_memcached==1.51
  882. client: pytz>=2013.9
  883. # Requests library and dependencies.
  884. client: requests==2.5.1
  885. client: six==1.7.3
  886. # dfa library dependencies.
  887. client: django==1.9.6
  888.  
  889. # Server dependencies.
  890. server: -rrequirements.txt
  891.  
  892. # Test dependencies.
  893. client,server: ddt==1.0.1
  894. client,server: model_mommy==1.2.6
  895. client,server: coverage
  896. client,server: cov-core
  897. # py.test and dependencies.
  898. ~/src/core/unver/webapi/tox.ini [21/74 (28%)] [tox]
  899. envlist =
  900. py36-live-client
  901. # We have tests that are live (need a separate running webapi server and databases)
  902. # and tests that are local (hit local webapi runserver and local database).
  903. py36-{live,local}-server
  904. coverage
  905. style
  906.  
  907.  
  908. [testenv]
  909. passenv =
  910. # Pass this variable so running pip through tox will use keys stored via ssh-agent.
  911. SSH_AUTH_SOCK
  912. # Allow docker to switch out the webapi host.
  913. WEBAPI_URL
  914. install_command = pip install --no-deps --no-index --trusted-host astdc-infdeploy02p.dimensional.com --find-links=httpdc-infdeploy02p.dimensional.com/repos/comms/python/ {opts} {packages}
  915. deps=
  916. # dfa library dependency
  917. client,server: git+ssh://git@stash.dimensional.com/itsme/dfa.git
  918. client,server: Cython
  919.  
  920. # Client dependencies.
  921. client: memorised==1.1.0
  922. client: python-dateutil==2.4.0
  923. client: python3_memcached==1.51
  924. client: pytz>=2013.9
  925. # Requests library and dependencies.
  926. client: requests==2.5.1
  927. client: six==1.7.3
  928. # dfa library dependencies.
  929. client: django==1.9.6
  930.  
  931. # Server dependencies.
  932. server: -rrequirements.txt
  933.  
  934. # Test dependencies.
  935. client,server: ddt==1.0.1
  936. client,server: model_mommy==1.2.6
  937. client,server: coverage
  938. client,server: cov-core
  939. # py.test and dependencies.
  940. ~/src/core/unver/webapi/tox.ini [21/74 (28%)] [tox]
  941. envlist =
  942. py36-live-client
  943. # We have tests that are live (need a separate running webapi server and databases)
  944. # and tests that are local (hit local webapi runserver and local database).
  945. py36-{live,local}-server
  946. coverage
  947. style
  948.  
  949.  
  950. [testenv]
  951. passenv =
  952. # Pass this variable so running pip through tox will use keys stored via ssh-agent.
  953. SSH_AUTH_SOCK
  954. # Allow docker to switch out the webapi host.
  955. WEBAPI_URL
  956. install_command = pip install --no-deps --no-index --trusted-host astdc-infdeploy02p.dimensional.com --finks=http://astdc-infdeploy02p.dimensional.com/repos/comms/python/ {opts} {packages}
  957. deps=
  958. # dfa library dependency
  959. client,server: git+ssh://git@stash.dimensional.com/itsme/dfa.git
  960. client,server: Cython
  961.  
  962. # Client dependencies.
  963. client: memorised==1.1.0
  964. client: python-dateutil==2.4.0
  965. client: python3_memcached==1.51
  966. client: pytz>=2013.9
  967. # Requests library and dependencies.
  968. client: requests==2.5.1
  969. client: six==1.7.3
  970. # dfa library dependencies.
  971. client: django==1.9.6
  972.  
  973. # Server dependencies.
  974. server: -rrequirements.txt
  975.  
  976. # Test dependencies.
  977. client,server: ddt==1.0.1
  978. client,server: model_mommy==1.2.6
  979. client,server: coverage
  980. client,server: cov-core
  981. # py.test and dependencies.
  982. ~/src/core/unver/webapi/tox.ini [21/74 (28%)] envlist =
  983. py36-live-client
  984. # We have tests that are live (need a separate running webapi server and databases)
  985. # and tests that are local (hit local webapi runserver and local database).
  986. py36-{live,local}-server
  987. coverage
  988. style
  989.  
  990.  
  991. [testenv]
  992. passenv =
  993. # Pass this variable so running pip through tox will use keys stored via ssh-agent.
  994. SSH_AUTH_SOCK
  995. # Allow docker to switch out the webapi host.
  996. WEBAPI_URL
  997. install_command = pip install --no-deps --no-index --trusted-host astdc-infdeploy02p.dimensional.com --find-links=http://astdc-infdeploy02p.dimensional.com/repos/comms/python/ {opts} {packages}
  998. deps=
  999. # dfa library dependency
  1000. client,server: git+ssh://git@stash.dimensional.com/itsme/dfa.git
  1001. client,server: Cython
  1002.  
  1003. # Client dependencies.
  1004. client: memorised==1.1.0
  1005. client: python-dateutil==2.4.0
  1006. client: python3_memcached==1.51
  1007. client: pytz>=2013.9
  1008. # Requests library and dependencies.
  1009. client: requests==2.5.1
  1010. client: six==1.7.3
  1011. # dfa library dependencies.
  1012. client: django==1.9.6
  1013.  
  1014. # Server dependencies.
  1015. server: -rrequirements.txt
  1016.  
  1017. # Test dependencies.
  1018. client,server: ddt==1.0.1
  1019. client,server: model_mommy==1.2.6
  1020. client,server: coverage
  1021. client,server: cov-core
  1022. # py.test and dependencies.
  1023. ~/src/core/unver/webapi/tox.ini [21/74 (28%)] anye@ASTMAC04884TECH py36-live-client
  1024. # We have tests that are live (need a separate running webapi server and databases)
  1025. # and tests that are local (hit local webapi runserver and local database).
  1026. py36-{live,local}-server
  1027. coverage
  1028. style
  1029.  
  1030.  
  1031. [testenv]
  1032. passenv =
  1033. # Pass this variable so running pip through tox will use keys stored via ssh-agent.
  1034. SSH_AUTH_SOCK
  1035. # Allow docker to switch out the webapi host.
  1036. WEBAPI_URL
  1037. install_command = pip install --no-deps --no-index --trusted-host astdc-infdeploy02p.dimensional.com --find-links=http://astdc-infdeploy02p.dimensional.com/repos/comms/python/ {opts} {packages}
  1038. deps=
  1039. # dfa library dependency
  1040. client,server: git+ssh://git@stash.dimensional.com/itsme/dfa.git
  1041. client,server: Cython
  1042.  
  1043. # Client dependencies.
  1044. client: memorised==1.1.0
  1045. client: python-dateutil==2.4.0
  1046. client: python3_memcached==1.51
  1047. client: pytz>=2013.9
  1048. # Requests library and dependencies.
  1049. client: requests==2.5.1
  1050. client: six==1.7.3
  1051. # dfa library dependencies.
  1052. client: django==1.9.6
  1053.  
  1054. # Server dependencies.
  1055. server: -rrequirements.txt
  1056.  
  1057. # Test dependencies.
  1058. client,server: ddt==1.0.1
  1059. client,server: model_mommy==1.2.6
  1060. client,server: coverage
  1061. client,server: cov-core
  1062. # py.test and dependencies.
  1063. ~/src/core/unver/webapi/tox.ini [21/74 (28%)] envlist =
  1064. py36-live-client
  1065. # We have tests that are live (need a separate running webapi server and databases)
  1066. # and tests that are local (hit local webapi runserver and local database).
  1067. py36-{live,local}-server
  1068. coverage
  1069. style
  1070.  
  1071.  
  1072. [testenv]
  1073. passenv =
  1074. # Pass this variable so running pip through tox will use keys stored via ssh-agent.
  1075. SSH_AUTH_SOCK
  1076. # Allow docker to switch out the webapi host.
  1077. WEBAPI_URL
  1078. install_command = pip install --no-deps --no-index --trusted-host astdc-infdeploy02p.dimensional.com --find-links=http://astdc-infdeploy02p.dimensional.com/repos/comms/python/ {opts} {packages}
  1079. deps=
  1080. # dfa library dependency
  1081. client,server: git+ssh://git@stash.dimensional.com/itsme/dfa.git
  1082. client,server: Cython
  1083.  
  1084. # Client dependencies.
  1085. client: memorised==1.1.0
  1086. client: python-dateutil==2.4.0
  1087. client: python3_memcached==1.51
  1088. client: pytz>=2013.9
  1089. # Requests library and dependencies.
  1090. client: requests==2.5.1
  1091. client: six==1.7.3
  1092. # dfa library dependencies.
  1093. client: django==1.9.6
  1094.  
  1095. # Server dependencies.
  1096. server: -rrequirements.txt
  1097.  
  1098. # Test dependencies.
  1099. client,server: ddt==1.0.1
  1100. client,server: model_mommy==1.2.6
  1101. client,server: coverage
  1102. client,server: cov-core
  1103. ~/src/core/unver/webapi/tox.ini [21/74 (28%)] envlist =
  1104. py36-live-client
  1105. # We have tests that are live (need a separate running webapi server and databases)
  1106. # and tests that are local (hit local webapi runserver and local database).
  1107. py36-{live,local}-server
  1108. coverage
  1109. style
  1110.  
  1111.  
  1112. [testenv]
  1113. passenv =
  1114. # Pass this variable so running pip through tox will use keys stored via ssh-agent.
  1115. SSH_AUTH_SOCK
  1116. # Allow docker to switch out the webapi host.
  1117. WEBAPI_URL
  1118. install_command = pip install --no-deps --no-index --trusted-host astdc-infdeploy02p.dimensional.com --find-links=http://astdc-infdeploy02p.dimensional.com/repos/comms/python/ {opts} {packages}
  1119. deps=
  1120. # dfa library dependency
  1121. client,server: git+ssh://git@stash.dimensional.com/itsme/dfa.git
  1122. client,server: Cython
  1123.  
  1124. # Client dependencies.
  1125. client: memorised==1.1.0
  1126. client: python-dateutil==2.4.0
  1127. client: python3_memcached==1.51
  1128. client: pytz>=2013.9
  1129. # Requests library and dependencies.
  1130. client: requests==2.5.1
  1131. client: six==1.7.3
  1132. # dfa library dependencies.
  1133. client: django==1.9.6
  1134.  
  1135. # Server dependencies.
  1136. server: -rrequirements.txt
  1137.  
  1138. # Test dependencies.
  1139. client,server: ddt==1.0.1
  1140. client,server: model_mommy==1.2.6
  1141. client,server: coverage
  1142. client,server: cov-core
  1143. ~/src/core/unver/webapi/tox.ini [21/74 (28%)] # We have tests that are live (need a separate running webapi server and databases)
  1144. # and tests that are local (hit local webapi runserver and local database).
  1145. py36-{live,local}-server
  1146. coverage
  1147. style
  1148.  
  1149.  
  1150. [testenv]
  1151. passenv =
  1152. # Pass this variable so running pip through tox will use keys stored via ssh-agent.
  1153. SSH_AUTH_SOCK
  1154. # Allow docker to switch out the webapi host.
  1155. WEBAPI_URL
  1156. install_command = pip install --no-deps --no-index --trusted-host astdc-infdeploy02p.dimensional.com --find-links=http://astdc-infdeploy02p.dimensional.com/repos/comms/python/ {opts} {packages}
  1157. deps=
  1158. # dfa library dependency
  1159. client,server: git+ssh://git@stash.dimensional.com/itsme/dfa.git
  1160. client,server: Cython
  1161.  
  1162. # Client dependencies.
  1163. client: memorised==1.1.0
  1164. client: python-dateutil==2.4.0
  1165. client: python3_memcached==1.51
  1166. client: pytz>=2013.9
  1167. # Requests library and dependencies.
  1168. client: requests==2.5.1
  1169. client: six==1.7.3
  1170. # dfa library dependencies.
  1171. client: django==1.9.6
  1172.  
  1173. # Server dependencies.
  1174. server: -rrequirements.txt
  1175.  
  1176. # Test dependencies.
  1177. client,server: ddt==1.0.1
  1178. client,server: model_mommy==1.2.6
  1179. client,server: coverage
  1180. client,server: cov-core
  1181. ~/src/core/unver/webapi/tox.ini [21/74 (28%)] [tox]
  1182. envlist =
  1183. py36-live-client
  1184. # We have tests that are live (need a separate running webapi server and databases)
  1185. # and tests that are local (hit local webapi runserver and local database).
  1186. py36-{live,local}-server
  1187. coverage
  1188. style
  1189.  
  1190.  
  1191. [testenv]
  1192. passenv =
  1193. # Pass this variable so running pip through tox will use keys stored via ssh-agent.
  1194. SSH_AUTH_SOCK
  1195. # Allow docker to switch out the webapi host.
  1196. WEBAPI_URL
  1197. install_command = pip install --no-deps --no-index --trusted-host astdc-infdeploy02p.dimensional.com --find-links=http://astdc-infdeploy02p.dimensional.com/repos/comms/python/ {opts} {packages}
  1198. deps=
  1199. # dfa library dependency
  1200. client,server: git+ssh://git@stash.dimensional.com/itsme/dfa.git
  1201. client,server: Cython
  1202.  
  1203. # Client dependencies.
  1204. client: memorised==1.1.0
  1205. client: python-dateutil==2.4.0
  1206. client: python3_memcached==1.51
  1207. client: pytz>=2013.9
  1208. # Requests library and dependencies.
  1209. client: requests==2.5.1
  1210. client: six==1.7.3
  1211. # dfa library dependencies.
  1212. client: django==1.9.6
  1213.  
  1214. # Server dependencies.
  1215. server: -rrequirements.txt
  1216.  
  1217. # Test dependencies.
  1218. client,server: ddt==1.0.1
  1219. client,server: model_mommy==1.2.6
  1220. ~/src/core/unver/webapi/tox.ini [21/74 (28%)]
  1221. [tox]
  1222. envlist =
  1223. py36-live-client
  1224. # We have tests that are live (need a separate running webapi server and databases)
  1225. # and tests that are local (hit local webapi runserver and local database).
  1226. py36-{live,local}-server
  1227. coverage
  1228. style
  1229.  
  1230.  
  1231. [testenv]
  1232. passenv =
  1233. # Pass this variable so running pip through tox will use keys stored via ssh-agent.
  1234. SSH_AUTH_SOCK
  1235. # Allow docker to switch out the webapi host.
  1236. WEBAPI_URL
  1237. install_command = pip install --no-deps --no-index --trusted-host astdc-infdeploy02p.dimensional.com --find-links=http://astdc-infdeploy02p.dimensional.com/repos/comms/python/ {opts} {packages}
  1238. deps=
  1239. # dfa library dependency
  1240. client,server: git+ssh://git@stash.dimensional.com/itsme/dfa.git
  1241. client,server: Cython
  1242.  
  1243. # Client dependencies.
  1244. client: memorised==1.1.0
  1245. client: python-dateutil==2.4.0
  1246. client: python3_memcached==1.51
  1247. client: pytz>=2013.9
  1248. # Requests library and dependencies.
  1249. client: requests==2.5.1
  1250. client: six==1.7.3
  1251. # dfa library dependencies.
  1252. client: django==1.9.6
  1253.  
  1254. # Server dependencies.
  1255. server: -rrequirements.txt
  1256.  
  1257. # Test dependencies.
  1258. client,server: ddt==1.0.1
  1259. client,server: model_mommy==1.2.6
  1260. ~/src/core/unver/webapi/tox.ini [21/74 (28%)]
  1261. [tox]
  1262. envlist =
  1263. py36-live-client
  1264. # We have tests that are live (need a separate running webapi server and databases)
  1265. # and tests that are local (hit local webapi runserver and local database).
  1266. py36-{live,local}-server
  1267. coverage
  1268. style
  1269.  
  1270.  
  1271. [testenv]
  1272. passenv =
  1273. # Pass this variable so running pip through tox will use keys stored via ssh-agent.
  1274. SSH_AUTH_SOCK
  1275. # Allow docker to switch out the webapi host.
  1276. WEBAPI_URL
  1277. install_command = pip install --no-deps --no-index --trusted-host astdc-infdeploy02p.dimensional.com --find-links=http://astdc-infdeploy02p.dimensional.com/repos/comms/python/ {opts} {packages}
  1278. deps=
  1279. # dfa library dependency
  1280. client,server: git+ssh://git@stash.dimensional.com/itsme/dfa.git
  1281. client,server: Cython
  1282.  
  1283. # Client dependencies.
  1284. client: memorised==1.1.0
  1285. client: python-dateutil==2.4.0
  1286. client: python3_memcached==1.51
  1287. client: pytz>=2013.9
  1288. # Requests library and dependencies.
  1289. client: requests==2.5.1
  1290. client: six==1.7.3
  1291. # dfa library dependencies.
  1292. client: django==1.9.6
  1293.  
  1294. # Server dependencies.
  1295. server: -rrequirements.txt
  1296.  
  1297. # Test dependencies.
  1298. client,server: ddt==1.0.1
  1299. client,server: model_mommy==1.2.6
  1300. client,server: coverage
  1301. client,server: cov-core
  1302. ~/src/core/unver/webapi/tox.ini [21/74 (28%)]
  1303. envlist =
  1304. py36-live-client
  1305. # We have tests that are live (need a separate running webapi server and databases)
  1306. # and tests that are local (hit local webapi runserver and local database).
  1307. py36-{live,local}-server
  1308. coverage
  1309. style
  1310.  
  1311.  
  1312. [testenv]
  1313. passenv =
  1314. # Pass this variable so running pip through tox will use keys stored via ssh-agent.
  1315. SSH_AUTH_SOCK
  1316. # Allow docker to switch out the webapi host.
  1317. WEBAPI_URL
  1318. install_command = pip install --no-deps --no-index --trusted-host astdc-infdeploy02p.dimensional.com --find-links=http://astdc-infdeploy02p.dimensional.com/repos/comms/python/ {opts} {packages}
  1319. deps=
  1320. # dfa library dependency
  1321. client,server: git+ssh://git@stash.dimensional.com/itsme/dfa.git
  1322. client,server: Cython
  1323.  
  1324. # Client dependencies.
  1325. client: memorised==1.1.0
  1326. client: python-dateutil==2.4.0
  1327. client: python3_memcached==1.51
  1328. client: pytz>=2013.9
  1329. # Requests library and dependencies.
  1330. client: requests==2.5.1
  1331. client: six==1.7.3
  1332. # dfa library dependencies.
  1333. client: django==1.9.6
  1334.  
  1335. # Server dependencies.
  1336. server: -rrequirements.txt
  1337.  
  1338. # Test dependencies.
  1339. client,server: ddt==1.0.1
  1340. client,server: model_mommy==1.2.6
  1341. client,server: coverage
  1342. client,server: cov-core
  1343. ~/src/core/unver/webapi/tox.ini [21/74 (28%)] [tox]
  1344. envlist =
  1345. py36-live-client
  1346. # We have tests that are live (need a separate running webapi server and databases)
  1347. # and tests that are local (hit local webapi runserver and local database).
  1348. py36-{live,local}-server
  1349. coverage
  1350. style
  1351.  
  1352.  
  1353. [testenv]
  1354. passenv =
  1355. # Pass this variable so running pip through tox will use keys stored via ssh-agent.
  1356. SSH_AUTH_SOCK
  1357. # Allow docker to switch out the webapi host.
  1358. WEBAPI_URL
  1359. install_command = pip install --no-deps --no-index --trusted-host astdc-infdeploy02p.dimensional.com --find-links=http://astdc-infdeploy02p.dimensional.com/repos/comms/python/ {opts} {packages}
  1360. deps=
  1361. # dfa library dependency
  1362. client,server: git+ssh://git@stash.dimensional.com/itsme/dfa.git
  1363. client,server: Cython
  1364.  
  1365. # Client dependencies.
  1366. client: memorised==1.1.0
  1367. client: python-dateutil==2.4.0
  1368. client: python3_memcached==1.51
  1369. client: pytz>=2013.9
  1370. # Requests library and dependencies.
  1371. client: requests==2.5.1
  1372. client: six==1.7.3
  1373. # dfa library dependencies.
  1374. client: django==1.9.6
  1375.  
  1376. # Server dependencies.
  1377. server: -rrequirements.txt
  1378.  
  1379. # Test dependencies.
  1380. client,server: ddt==1.0.1
  1381. client,server: model_mommy==1.2.6
  1382. client,server: coverage
  1383. client,server: cov-core
  1384. ~/src/core/unver/webapi/tox.ini [21/74 (28%)]
  1385. [tox]
  1386. envlist =
  1387. py36-live-client
  1388. # We have tests that are live (need a separate running webapi server and databases)
  1389. # and tests that are local (hit local webapi runserver and local database).
  1390. py36-{live,local}-server
  1391. coverage
  1392. style
  1393.  
  1394.  
  1395. [testenv]
  1396. passenv =
  1397. # Pass this variable so running pip through tox will use keys stored via ssh-agent.
  1398. SSH_AUTH_SOCK
  1399. # Allow docker to switch out the webapi host.
  1400. WEBAPI_URL
  1401. install_command = pip install --no-deps --no-index --trusted-host astdc-infdeploy02p.dimenn
  1402. sional.com --find-links=http://astdc-infdeploy02p.dimensional.com/repos/comms/python/ {optt
  1403. s} {packages}
  1404. deps=
  1405. # dfa library dependency
  1406. client,server: git+ssh://git@stash.dimensional.com/itsme/dfa.git
  1407. client,server: Cython
  1408.  
  1409. # Client dependencies.
  1410. client: memorised==1.1.0
  1411. client: python-dateutil==2.4.0
  1412. client: python3_memcached==1.51
  1413. client: pytz>=2013.9
  1414. # Requests library and dependencies.
  1415. client: requests==2.5.1
  1416. client: six==1.7.3
  1417. # dfa library dependencies.
  1418. client: django==1.9.6
  1419.  
  1420. # Server dependencies.
  1421. server: -rrequirements.txt
  1422.  
  1423. # Test dependencies.
  1424. client,server: ddt==1.0.1
  1425. client,server: model_mommy==1.2.6
  1426. client,server: coverage
  1427. client,server: cov-core
  1428. ~/src/core/unver/webapi/tox.ini [21/74 (28%)]
  1429. [tox]
  1430. envlist =
  1431. py36-live-client
  1432. # We have tests that are live (need a separate running webapi server and databases)
  1433. # and tests that are local (hit local webapi runserver and local database).
  1434. py36-{live,local}-server
  1435. coverage
  1436. style
  1437.  
  1438.  
  1439. [testenv]
  1440. passenv =
  1441. # Pass this variable so running pip through tox will use keys stored via ssh-agent.
  1442. SSH_AUTH_SOCK
  1443. # Allow docker to switch out the webapi host.
  1444. WEBAPI_URL
  1445. install_command = pip install --no-deps --no-index --trusted-host astdc-infdeploy02p.dimensional.com --find-links=http://astdc-infdeploy02p.dimensional.com/repos/comms/python/ {opts} {packages}
  1446. deps=
  1447. # dfa library dependency
  1448. client,server: git+ssh://git@stash.dimensional.com/itsme/dfa.git
  1449. client,server: Cython
  1450.  
  1451. # Client dependencies.
  1452. client: memorised==1.1.0
  1453. client: python-dateutil==2.4.0
  1454. client: python3_memcached==1.51
  1455. client: pytz>=2013.9
  1456. # Requests library and dependencies.
  1457. client: requests==2.5.1
  1458. client: six==1.7.3
  1459. # dfa library dependencies.
  1460. client: django==1.9.6
  1461.  
  1462. # Server dependencies.
  1463. server: -rrequirements.txt
  1464.  
  1465. # Test dependencies.
  1466. client,server: ddt==1.0.1
  1467. client,server: model_mommy==1.2.6
  1468. client,server: coverage
  1469. client,server: cov-core
  1470. # py.test and dependencies.
  1471. ~/src/core/unver/webapi/tox.ini [21/74 (28%)]
  1472. [tox]
  1473. envlist =
  1474. py36-live-client
  1475. # We have tests that are live (need a separate running webapi server and databases)
  1476. # and tests that are local (hit local webapi runserver and local database).
  1477. py36-{live,local}-server
  1478. coverage
  1479. style
  1480.  
  1481.  
  1482. [testenv]
  1483. passenv =
  1484. # Pass this variable so running pip through tox will use keys stored via ssh-agent.
  1485. SSH_AUTH_SOCK
  1486. # Allow docker to switch out the webapi host.
  1487. WEBAPI_URL
  1488. install_command = pip install --no-deps --no-index --trusted-host astdc-infdeploy02p.dimensional.com --find-links=http://astdc-infdeploy02p.dimensional.com/repos/comms/python/ {opts} {packages}
  1489. deps=
  1490. # dfa library dependency
  1491. client,server: git+ssh://git@stash.dimensional.com/itsme/dfa.git
  1492. client,server: Cython
  1493.  
  1494. # Client dependencies.
  1495. client: memorised==1.1.0
  1496. client: python-dateutil==2.4.0
  1497. client: python3_memcached==1.51
  1498. client: pytz>=2013.9
  1499. # Requests library and dependencies.
  1500. client: requests==2.5.1
  1501. client: six==1.7.3
  1502. # dfa library dependencies.
  1503. client: django==1.9.6
  1504.  
  1505. # Server dependencies.
  1506. server: -rrequirements.txt
  1507.  
  1508. # Test dependencies.
  1509. client,server: ddt==1.0.1
  1510. client,server: model_mommy==1.2.6
  1511. client,server: coverage
  1512. client,server: cov-core
  1513. # py.test and dependencies.
  1514. ~/src/core/unver/webapi/tox.ini [21/74 (28%)]
  1515. ~$ api
  1516. anye@ASTMAC04884TECH {WEBAPI-325} ~/src/core/unver/webapi$ vi tox.ini
  1517. anye@ASTMAC04884TECH {WEBAPI-325} ~/src/core/unver/webapi$ vi tox.ini
  1518. anye@ASTMAC04884TECH {WEBAPI-325} ~/src/core/unver/webapi$ clear
  1519. anye@ASTMAC04884TECH {WEBAPI-325} ~/src/core/unver/webapi$ more tox.ini
  1520. [tox]
  1521. envlist =
  1522. py36-live-client
  1523. # We have tests that are live (need a separate running webapi server and databases)
  1524. # and tests that are local (hit local webapi runserver and local database).
  1525. py36-{live,local}-server
  1526. coverage
  1527. style
  1528.  
  1529.  
  1530. [testenv]
  1531. passenv =
  1532. # Pass this variable so running pip through tox will use keys stored via ssh-agent.
  1533. SSH_AUTH_SOCK
  1534. # Allow docker to switch out the webapi host.
  1535. WEBAPI_URL
  1536. install_command = pip install --no-deps --no-index --trusted-host astdc-infdeploy02p.dimensional.com --find-links=http://astdc-infdeploy02p.dimensional.com/repos/comms/python/ {opts} {packages}
  1537. deps=
  1538. # dfa library dependency
  1539. client,server: git+ssh://git@stash.dimensional.com/itsme/dfa.git
  1540. client,server: Cython
  1541.  
  1542. # Client dependencies.
  1543. client: memorised==1.1.0
  1544. client: python-dateutil==2.4.0
  1545. client: python3_memcached==1.51
  1546. client: pytz>=2013.9
  1547. # Requests library and dependencies.
  1548. client: requests==2.5.1
  1549. client: six==1.7.3
  1550. # dfa library dependencies.
  1551. client: django==1.9.6
  1552.  
  1553. # Server dependencies.
  1554. server: -rrequirements.txt
  1555.  
  1556. # Test dependencies.
  1557. client,server: ddt==1.0.1
  1558. client,server: model_mommy==1.2.6
  1559. client,server: coverage
  1560. client,server: cov-core
  1561. # py.test and dependencies.
  1562. client,server: py
  1563. client,server: pytest
  1564. # pytest-cov and dependencies.
  1565. client,server: pytest-cov
  1566.  
  1567. setenv =
  1568. client: DJANGO_SETTINGS_MODULE=webapi.tests.settings_client
  1569. py36-live-server: DJANGO_SETTINGS_MODULE=webapi.tests.settings
  1570. py36-local-server: DJANGO_SETTINGS_MODULE=webapi.tests_localdb.settings
  1571. client,server: PYTHONPATH={toxinidir}/../dfa:$PYTHONPATH
  1572. commands:
  1573. py36-live-client: py.test webapi/tests/test_client -v --cov webapi --cov-config .coveragerc --tb=native
  1574. py36-live-server: py.test webapi/tests -v --cov webapi --cov-config .coveragerc --ignore webapi/tests/test_client
  1575. py36-local-server: coverage run manage.py test webapi.tests_localdb -v2
  1576.  
  1577.  
  1578. [testenv:style]
  1579. deps=
  1580. pycodestyle
  1581. commands =
  1582. # E265 - Ignore commented code that doesn't have leading space after # character.
  1583. # E402 - Ignore spurious errors about imports not at top of file (due to comment/docstring).
  1584. pycodestyle --ignore=E265,E402 --max-line-length=119 --exclude=webapi/tests,webapi/tests_localdb webapi
  1585.  
  1586.  
  1587. [testenv:coverage]
  1588. deps =
  1589. coverage
  1590. cov-core
  1591. commands =
  1592. coverage combine
  1593. coverage html
  1594. anye@ASTMAC04884TECH {WEBAPI-325} ~/src/core/unver/webapi$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement